1
0
Fork 0

Server: kill all if e process exits in npm run dev

This commit is contained in:
Chocobozzz 2017-03-04 11:02:33 +01:00
parent e3d156b341
commit a7449e74f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env sh
NODE_ENV=test concurrently \
NODE_ENV=test concurrently -k \
"npm run watch:client" \
"npm start"