Server: kill all if e process exits in npm run dev
authorChocobozzz <florian.bigard@gmail.com>
Sat, 4 Mar 2017 10:02:33 +0000 (11:02 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 4 Mar 2017 10:02:33 +0000 (11:02 +0100)
scripts/dev.sh

index e792c144879ee920ffe1b7caa9e2f845a52679c8..3f5b83f12956002d5845c96e512521947735176d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-NODE_ENV=test concurrently \
+NODE_ENV=test concurrently -k \
   "npm run watch:client" \
   "npm start"