Skip to content

Commit

Permalink
Update husky command in prepare script (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Jan 21, 2025
1 parent a4a2ea9 commit 50b02ec
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 @@ -28,7 +28,7 @@
"lint": "eslint .",
"lint-staged": "lint-staged",
"precommit:lint": "npm-run-all lint-staged",
"prepare": "husky install",
"prepare": "husky",
"prepush:test": "jest --verbose --runInBand --onlyChanged",
"prettier:check": "prettier . --check --cache",
"prettier:fix": "prettier . --write --cache",
Expand Down

0 comments on commit 50b02ec

Please # to comment.