Better error display for "npm run" and config.json

This commit is contained in:
Nick Farina
2015-08-20 21:38:29 -07:00
parent 5f1df2792f
commit 64c665cebb
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"description": "HomeKit support for the impatient",
"version": "0.0.0",
"scripts": {
"start": "DEBUG=* node app.js"
"start": "DEBUG=* node app.js || true"
},
"repository": {
"type": "git",