We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1961ddc commit 6f0ee4cCopy full SHA for 6f0ee4c
package.json
@@ -41,7 +41,7 @@
41
"format": "eslint --fix lib test",
42
"prepare": "npm run build",
43
"pretest": "rimraf coverage && npm run lint",
44
- "precommit": "npm run lint",
+ "pre-commit": "npm run lint && husky install && husky && chmod +x .husky/pre-commit && ./.husky/pre-commit",
45
"prepush": "npm run test:unit",
46
"generate:docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --readme README.md --verbose",
47
"husky-check": "npx husky && chmod +x .husky/pre-commit"
0 commit comments