Skip to content

Commit a17ac76

Browse files
committed
fix: do not use husky when on a CI environment
1 parent 7fb11c1 commit a17ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"prepare": "husky install"
8+
"prepare": "is-ci || husky install"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)