[setup] Remove post install step
This commit is contained in:
parent
b702fafdfb
commit
453b69cbb9
|
@ -12,7 +12,7 @@
|
||||||
"flow": "flow",
|
"flow": "flow",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
"prepublish": "npm run clean && npm run build",
|
"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",
|
"test-cli": "node ./bin/test.js",
|
||||||
"tests-packager": "cd tests && npm run start",
|
"tests-packager": "cd tests && npm run start",
|
||||||
"tests-npm-install": "cd tests && npm install",
|
"tests-npm-install": "cd tests && npm install",
|
||||||
|
|
Loading…
Reference in New Issue