Server: kill all if e process exits in npm run dev
This commit is contained in:
parent
e3d156b341
commit
a7449e74f9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
NODE_ENV=test concurrently \
|
||||
NODE_ENV=test concurrently -k \
|
||||
"npm run watch:client" \
|
||||
"npm start"
|
||||
|
|
Loading…
Add table
Reference in a new issue