diff --git a/package.json b/package.json index 4126a9381a..0283b5e2f4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "precommit": "npm run lint", "prepublish": "npm run build && npm run make-start", "postpublish": "cd start && npm publish", - "postinstall": "opencollective postinstall" + "postinstall": "opencollective postinstall || exit 0" }, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10",