[setup] Add postinstall build commands

This commit is contained in:
Chris Bianca 2017-11-29 09:07:12 +00:00
parent 08e6f00701
commit b702fafdfb
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": "opencollective postinstall",
"postinstall": "npm run clean && npm run build && opencollective postinstall",
"test-cli": "node ./bin/test.js",
"tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install",