diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 20:41:44 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 20:41:44 +0100 |
commit | 9650937374f7ac9f884a95a465f8c8c8c966bf71 (patch) | |
tree | bc1a098d92407a15158e412641d34992f87083f5 /scripts | |
parent | 62ab565d1c772764c77dec0df75ce64b19c57119 (diff) | |
download | PeerTube-9650937374f7ac9f884a95a465f8c8c8c966bf71.tar.gz PeerTube-9650937374f7ac9f884a95a465f8c8c8c966bf71.tar.zst PeerTube-9650937374f7ac9f884a95a465f8c8c8c966bf71.zip |
(fix) npm run dev invocation
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dev/index.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | NODE_ENV=test npm run concurrently -- -k \ | 5 | NODE_ENV=test npm run concurrently -- -k \ |
6 | "npm run watch:client" \ | 6 | "npm run dev:client" \ |
7 | "npm run watch:server" | 7 | "npm run dev:server" |