From: Chocobozzz Date: Sat, 4 Mar 2017 10:02:33 +0000 (+0100) Subject: Server: kill all if e process exits in npm run dev X-Git-Tag: v0.0.1-alpha~505 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7449e74f9105839fa03f0b2e23b435f37a1fc2f;p=oweals%2Fpeertube.git Server: kill all if e process exits in npm run dev --- diff --git a/scripts/dev.sh b/scripts/dev.sh index e792c1448..3f5b83f12 100755 --- 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"