Skip to content

Commit

Permalink
build: use husky instead of husky install (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 authored May 23, 2024
1 parent 6499d51 commit df2efa5
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 @@ -8,7 +8,7 @@
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e",
"prepare": "husky install",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit df2efa5

Please sign in to comment.