From a0d888d9766f0e953a3a30c07791da24a0f490e2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 12 Aug 2017 23:34:38 +0430 Subject: [PATCH] prevent postinstall errors #1357 https://github.com/opencollective/opencollective-postinstall#install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",