Skip to content

Commit

Permalink
🎨 hide npm error log if running npm run init (#8250)
Browse files Browse the repository at this point in the history
refs #8235
- users share the general npm error log, which won't help
- so it's better to hide this log
  • Loading branch information
kirrg001 authored and kevinansfield committed Apr 3, 2017
1 parent 0fff91c commit 6e24f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e24f05

Please sign in to comment.