diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-04 11:02:33 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-04 11:02:33 +0100 |
commit | a7449e74f9105839fa03f0b2e23b435f37a1fc2f (patch) | |
tree | cecf88f8b9421997c4ef84b71df515d271f2b718 | |
parent | e3d156b341ec1f834d119bfc1b15df6ef9fda737 (diff) | |
download | PeerTube-a7449e74f9105839fa03f0b2e23b435f37a1fc2f.tar.gz PeerTube-a7449e74f9105839fa03f0b2e23b435f37a1fc2f.tar.zst PeerTube-a7449e74f9105839fa03f0b2e23b435f37a1fc2f.zip |
Server: kill all if e process exits in npm run dev
-rwxr-xr-x | scripts/dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | NODE_ENV=test concurrently \ | 3 | NODE_ENV=test concurrently -k \ |
4 | "npm run watch:client" \ | 4 | "npm run watch:client" \ |
5 | "npm start" | 5 | "npm start" |