Skip to content

Commit

Permalink
fix: fix the check that checks if Husky is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeltscher committed Oct 16, 2023
1 parent 8889b95 commit 5f5c469
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 @@ -41,7 +41,7 @@
},
"scripts": {
"commitlint": "commitlint --edit",
"prepare": "[ -f node_modules/.bin/husky ] && husky install"
"prepare": "[ ! -f node_modules/.bin/husky ] || husky install"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 5f5c469

Please sign in to comment.