]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/index.sh
Try to killall peertube in travis before running tests
[github/Chocobozzz/PeerTube.git] / scripts / dev / index.sh
index 938bf60567758458df5931a8c430e55c559baa0d..7fc1560aba26ef87bd10a74435d041e29a17268e 100755 (executable)
@@ -1,5 +1,7 @@
-#!/usr/bin/env sh
+#!/bin/sh
 
-NODE_ENV=test concurrently -k \
+set -eu
+
+NODE_ENV=test npm run concurrently -- -k \
   "npm run watch:client" \
   "npm run watch:server"