mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
🎨 hide npm error log if running npm run init (#8250)
refs #8235 - users share the general npm error log, which won't help - so it's better to hide this log
This commit is contained in:
parent
0fff91c860
commit
6e24f0504d
@ -20,7 +20,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index",
|
"start": "node index",
|
||||||
"test": "grunt validate --verbose",
|
"test": "grunt validate --verbose",
|
||||||
"init": "npm install -g knex-migrator ember-cli grunt-cli && npm install && grunt init"
|
"init": "npm install -g knex-migrator ember-cli grunt-cli && npm install && grunt init || true"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^4.2.0 || ^6.5.0"
|
"node": "^4.2.0 || ^6.5.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user