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