prevent postinstall errors

#1357

https://github.com/opencollective/opencollective-postinstall#install
This commit is contained in:
Pooya Parsa 2017-08-12 23:34:38 +04:30
parent 2ff8b5aaf6
commit a0d888d976

View File

@ -60,7 +60,7 @@
"precommit": "npm run lint", "precommit": "npm run lint",
"prepublish": "npm run build && npm run make-start", "prepublish": "npm run build && npm run make-start",
"postpublish": "cd start && npm publish", "postpublish": "cd start && npm publish",
"postinstall": "opencollective postinstall" "postinstall": "opencollective postinstall || exit 0"
}, },
"engines": { "engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10", "node": ">=4.3.0 <5.0.0 || >=5.10",