mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
prevent postinstall errors
#1357 https://github.com/opencollective/opencollective-postinstall#install
This commit is contained in:
parent
2ff8b5aaf6
commit
a0d888d976
@ -60,7 +60,7 @@
|
||||
"precommit": "npm run lint",
|
||||
"prepublish": "npm run build && npm run make-start",
|
||||
"postpublish": "cd start && npm publish",
|
||||
"postinstall": "opencollective postinstall"
|
||||
"postinstall": "opencollective postinstall || exit 0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.3.0 <5.0.0 || >=5.10",
|
||||
|
Loading…
Reference in New Issue
Block a user