We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f56a5 commit ba2c1f8Copy full SHA for ba2c1f8
package.json
@@ -26,7 +26,7 @@
26
"lint": "npm-run-all \"lint:*\"",
27
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
28
"lint:js": "eslint --report-unused-disable-directives .",
29
- "prepare": "husky install",
+ "prepare": "husky",
30
"test": "jest --coverage",
31
"update:eslint-docs": "eslint-doc-generator && npm run format"
32
},
0 commit comments