From fffdc774710fe13216fc10fef68e098abac55fb9 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Sun, 7 Jan 2018 20:05:20 +0000 Subject: [PATCH] Add || exit 0 to open collective postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adad4656..d05dab78 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "flow": "flow", "lint": "eslint ./src", "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", "tests-packager": "cd tests && npm run start", "tests-npm-install": "cd tests && npm install",