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