Skip to content

Commit

Permalink
chore: remove "install" from "husky install"
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed May 27, 2024
1 parent 08f56a5 commit ba2c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "npm-run-all \"lint:*\"",
"lint:eslint-docs": "npm run update:eslint-docs && git diff --exit-code",
"lint:js": "eslint --report-unused-disable-directives .",
"prepare": "husky install",
"prepare": "husky",
"test": "jest --coverage",
"update:eslint-docs": "eslint-doc-generator && npm run format"
},
Expand Down

0 comments on commit ba2c1f8

Please sign in to comment.