mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Output raw stdout+stderr of child processes
This commit is contained in:
parent
103a0fa8c5
commit
29908dacd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue