Skip to content

Commit d87953c

Browse files
authored
Update package.json
1 parent 6c3d113 commit d87953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint": "tslint -p tsconfig.json",
4646
"version": "npm run format && git add -A src",
4747
"postversion": "git push && git push --tags",
48-
"prettier": "cd src && npx prettier --write . && git add .",
48+
"prettier": "cd lib && npx prettier --write . && git add .",
4949
"prepare": "husky install",
5050
"husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier",
5151
"husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'",

0 commit comments

Comments
 (0)