From 453b69cbb9056b738100fc1dbee1516b5d0d670e Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Wed, 29 Nov 2017 09:14:06 +0000 Subject: [PATCH] [setup] Remove post install step --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49877138..03cf4200 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "flow": "flow", "lint": "eslint ./src", "prepublish": "npm run clean && npm run build", - "postinstall": "npm run clean && npm run build && opencollective postinstall", + "postinstall": "opencollective postinstall", "test-cli": "node ./bin/test.js", "tests-packager": "cd tests && npm run start", "tests-npm-install": "cd tests && npm install",