2
0
mirror of synced 2025-01-11 06:35:51 +00:00

Add || exit 0 to open collective postinstall

This commit is contained in:
Chris Bianca 2018-01-07 20:05:20 +00:00
parent 1a35d8a7b5
commit fffdc77471

View File

@ -13,7 +13,7 @@
"flow": "flow", "flow": "flow",
"lint": "eslint ./src", "lint": "eslint ./src",
"prepublish": "npm run clean && npm run build", "prepublish": "npm run clean && npm run build",
"postinstall": "postinstall-build dist && opencollective postinstall", "postinstall": "postinstall-build dist && opencollective postinstall || exit 0",
"test-cli": "node ./bin/test.js", "test-cli": "node ./bin/test.js",
"tests-packager": "cd tests && npm run start", "tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install", "tests-npm-install": "cd tests && npm install",