Skip to content

Commit 0c6a676

Browse files
🤖 config(package.json): Replace husky install with husky in install hooks.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/src/transforms/husky:replace-husky-install-with-husky.js Please contact the author of the transform if you believe there was an error.
1 parent 0def77c commit 0c6a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5050
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5151
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
52-
"install-hooks": "husky install",
52+
"install-hooks": "husky",
5353
"lint": "xo",
5454
"lint-and-fix": "npm run lint -- --fix",
5555
"lint-config": "fixpack --dryRun",

0 commit comments

Comments
 (0)