Skip to content

Commit 6cb303f

Browse files
authored
Merge pull request #866 from jpickwell/patch-1
fix: ensure postinstall always succeeds
2 parents 5e9555e + ea27ed4 commit 6cb303f

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
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"ci": "yarn lint:js && yarn lint:md && yarn jest",
28-
"postinstall": "husky",
28+
"postinstall": "husky || exit 0",
2929
"jest": "cross-env NODE_ENV=test node --experimental-vm-modules node_modules/jest/bin/jest.js",
3030
"lint:js": "eslint .",
3131
"lint:md": "yarn remark .",

0 commit comments

Comments
 (0)