mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +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": {
|
||||
"start": "node index",
|
||||
"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": {
|
||||
"node": "^4.2.0 || ^6.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user