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",