Skip to content

Commit 453752b

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/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/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 5033845 commit 453752b

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
@@ -48,7 +48,7 @@
4848
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
4949
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5050
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
51-
"install-hooks": "husky install",
51+
"install-hooks": "husky",
5252
"lint": "xo",
5353
"lint-and-fix": "npm run lint -- --fix",
5454
"lint-config": "fixpack --dryRun",

0 commit comments

Comments
 (0)