Skip to content

Commit bc16fc3

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/5c07fa640b846da4c34695dc6ef1b93c034a99a2/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 35ee0c1 commit bc16fc3

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
@@ -53,7 +53,7 @@
5353
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5454
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5555
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
56-
"install-hooks": "husky install",
56+
"install-hooks": "husky",
5757
"lint": "xo",
5858
"lint-and-fix": "npm run lint -- --fix",
5959
"lint-config": "fixpack --dryRun",

0 commit comments

Comments
 (0)