Skip to content

Commit

Permalink
fix: do not use husky when on a CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleRoss committed Apr 12, 2021
1 parent 7fb11c1 commit a17ac76
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"prepare": "husky install"
"prepare": "is-ci || husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a17ac76

Please sign in to comment.