X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev%2Findex.sh;h=7fc1560aba26ef87bd10a74435d041e29a17268e;hb=21289872ec5d744cb9422664ab554ac342f9f5ae;hp=938bf60567758458df5931a8c430e55c559baa0d;hpb=93e1258c7cbc0d1235ca6d2a1f7c1875985328b8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/dev/index.sh b/scripts/dev/index.sh index 938bf6056..7fc1560ab 100755 --- a/scripts/dev/index.sh +++ b/scripts/dev/index.sh @@ -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"