Output raw stdout+stderr of child processes

This commit is contained in:
Leo Lamprecht 2016-09-22 07:52:14 +02:00
parent 103a0fa8c5
commit 29908dacd1
No known key found for this signature in database
GPG key ID: C251EE4DA454117B

View file

@ -104,7 +104,7 @@
}
},
"scripts": {
"dev": "concurrently --kill-others \"npm run dev-build\" \"npm start\"",
"dev": "concurrently --kill-others --raw \"npm run dev-build\" \"npm start\"",
"dev-build": "webpack -w",
"build": "NODE_ENV=production webpack",
"test": "xo && electron-mocha test/*",