projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d156b
)
Server: kill all if e process exits in npm run dev
author
Chocobozzz
<florian.bigard@gmail.com>
Sat, 4 Mar 2017 10:02:33 +0000
(11:02 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sat, 4 Mar 2017 10:02:33 +0000
(11:02 +0100)
scripts/dev.sh
patch
|
blob
|
history
diff --git
a/scripts/dev.sh
b/scripts/dev.sh
index e792c144879ee920ffe1b7caa9e2f845a52679c8..3f5b83f12956002d5845c96e512521947735176d 100755
(executable)
--- a/
scripts/dev.sh
+++ b/
scripts/dev.sh
@@
-1,5
+1,5
@@
#!/usr/bin/env sh
-NODE_ENV=test concurrently \
+NODE_ENV=test concurrently
-k
\
"npm run watch:client" \
"npm start"