Skip to content

Commit ff6c674

Browse files
committed
build: skip husky hooks when releasing
1 parent 0b07301 commit ff6c674

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
@@ -8,7 +8,7 @@
88
"lint": "eslint 'src/**/*.js'",
99
"format": "prettier --write 'src/**/*.js'",
1010
"format:ci": "prettier --check 'src/**/*.js'",
11-
"release": "CI=true semantic-release && npm publish"
11+
"release": "HUSKY_SKIP_HOOKS=1 CI=true semantic-release && npm publish"
1212
},
1313
"keywords": [
1414
"netlify",

0 commit comments

Comments
 (0)