Skip to content

Commit cc6e7d3

Browse files
authored
chore(ci-cd): Update prepare script to handle husky install failure
1 parent 14bba8f commit cc6e7d3

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
@@ -50,7 +50,7 @@
5050
"postinstall": "npm run build",
5151
"prune": "npm prune --production",
5252
"prepublishOnly": "npm run test",
53-
"prepare": "husky install",
53+
"prepare": "husky install || true",
5454
"release": "HUSKY=0 semantic-release --no-ci"
5555
},
5656
"repository": {

0 commit comments

Comments
 (0)