mirror of https://github.com/Chocobozzz/PeerTube
Server: kill all if e process exits in npm run dev
parent
e3d156b341
commit
a7449e74f9
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
NODE_ENV=test concurrently \
|
NODE_ENV=test concurrently -k \
|
||||||
"npm run watch:client" \
|
"npm run watch:client" \
|
||||||
"npm start"
|
"npm start"
|
||||||
|
|
Loading…
Reference in New Issue