Skip to content

Commit ba2c1f8

Browse files
committed
chore: remove "install" from "husky install"
1 parent 08f56a5 commit ba2c1f8

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
@@ -26,7 +26,7 @@
2626
"lint": "npm-run-all \"lint:*\"",
2727
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
2828
"lint:js": "eslint --report-unused-disable-directives .",
29-
"prepare": "husky install",
29+
"prepare": "husky",
3030
"test": "jest --coverage",
3131
"update:eslint-docs": "eslint-doc-generator && npm run format"
3232
},

0 commit comments

Comments
 (0)