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 c3e3f37 commit 89ca789Copy full SHA for 89ca789
package.json
@@ -45,7 +45,7 @@
45
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
46
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
47
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
48
- "install-hooks": "husky install",
+ "install-hooks": "husky",
49
"lint": "xo",
50
"lint-and-fix": "npm run lint -- --fix",
51
"lint-config": "fixpack --dryRun",
0 commit comments