[setup] Remove post install step

This commit is contained in:
Chris Bianca 2017-11-29 09:14:06 +00:00
parent b702fafdfb
commit 453b69cbb9
1 changed files with 1 additions and 1 deletions

View File

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