Skip to content

Commit 3a4325e

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/ce1bc1f6c3a4414cb4f4617a8809f02f57694cb9/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 c89e078 commit 3a4325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5151
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5252
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
53-
"install-hooks": "husky install",
53+
"install-hooks": "husky",
5454
"lint": "xo",
5555
"lint-and-fix": "npm run lint -- --fix",
5656
"lint-config": "fixpack --dryRun",

0 commit comments

Comments
 (0)