aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-27 16:34:41 +0200
committerChocobozzz <me@florianbigard.com>2018-08-27 16:35:26 +0200
commit2db85d6b6ed5210e437d716abd4a068b69180165 (patch)
treed1e5881845ffe84c5f69cec5aaf233cc8eb879ef /scripts
parent62689b942b71cd1dd0d050c6ed05f884a0b325c2 (diff)
downloadPeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.tar.gz
PeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.tar.zst
PeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.zip
Upgrade server dependencies
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/watch/server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh
index f8e4b9cc0..f6721a18e 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -7,7 +7,7 @@ mkdir -p "./client/dist"
7rm -rf "./client/dist/locale" 7rm -rf "./client/dist/locale"
8cp -r "./client/src/locale/target" "./client/dist/locale" 8cp -r "./client/src/locale/target" "./client/dist/locale"
9 9
10rm -r "./dist" 10rm -rf "./dist"
11 11
12NODE_ENV=test npm run concurrently -- -k \ 12NODE_ENV=test npm run concurrently -- -k \
13 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \ 13 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \