]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/client.sh
Put features table in about page
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
index 6d4e7000e823c02a4709e85c5706322c16b7b477..c630de2c4362e392cd4ed58255be871520c8faf0 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 build:server && NODE_ENV=test npm start"