X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fwatch%2Fclient.sh;h=710c8703704b4ea07b83c66f2dd4cdabb95f7628;hb=0e4ffb4b678962d5ff7a4a7d8952033bc84725da;hp=2481e2269585e2cad3b18480692f24d6cff06bbe;hpb=42f192343035dd56ecd67cc578a7984393a940e5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 2481e2269..710c87037 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -1,5 +1,7 @@ -#!/usr/bin/env sh +#!/bin/sh -cd client || exit -1 +set -eu + +cd client npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000