We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3d113 commit d87953cCopy full SHA for d87953c
package.json
@@ -45,7 +45,7 @@
45
"lint": "tslint -p tsconfig.json",
46
"version": "npm run format && git add -A src",
47
"postversion": "git push && git push --tags",
48
- "prettier": "cd src && npx prettier --write . && git add .",
+ "prettier": "cd lib && npx prettier --write . && git add .",
49
"prepare": "husky install",
50
"husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier",
51
"husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'",
0 commit comments