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.
husky install
husky
1 parent f99bbaf commit a4752eeCopy full SHA for a4752ee
package.json
@@ -51,7 +51,7 @@
51
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
52
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
53
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
54
- "install-hooks": "husky install",
+ "install-hooks": "husky",
55
"lint": "xo",
56
"lint-and-fix": "npm run lint -- --fix",
57
"lint-config": "fixpack --dryRun",
0 commit comments