From: Rigel Kent Date: Wed, 18 Dec 2019 19:41:44 +0000 (+0100) Subject: (fix) npm run dev invocation X-Git-Tag: v2.1.0-rc.1~165 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9650937374f7ac9f884a95a465f8c8c8c966bf71;p=oweals%2Fpeertube.git (fix) npm run dev invocation --- diff --git a/scripts/dev/index.sh b/scripts/dev/index.sh index 7fc1560ab..d63dfbd24 100755 --- a/scripts/dev/index.sh +++ b/scripts/dev/index.sh @@ -3,5 +3,5 @@ set -eu NODE_ENV=test npm run concurrently -- -k \ - "npm run watch:client" \ - "npm run watch:server" + "npm run dev:client" \ + "npm run dev:server"