aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-27 10:04:07 +0200
committerChocobozzz <me@florianbigard.com>2018-08-27 10:04:07 +0200
commitb18d4b9f368fd20d6990bd4e9459bb539141a2c1 (patch)
tree3eb83522eb0c7b5093f88eff2bbe12e6e7dea3fc /scripts
parent687d638c2bee0d223f206168173b1b95adbad983 (diff)
downloadPeerTube-b18d4b9f368fd20d6990bd4e9459bb539141a2c1.tar.gz
PeerTube-b18d4b9f368fd20d6990bd4e9459bb539141a2c1.tar.zst
PeerTube-b18d4b9f368fd20d6990bd4e9459bb539141a2c1.zip
Upgrade translations
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/watch/server.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh
index 9d4eb8e02..f8e4b9cc0 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -7,6 +7,8 @@ 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"
11
10NODE_ENV=test npm run concurrently -- -k \ 12NODE_ENV=test npm run concurrently -- -k \
11 "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" \
12 "npm run tsc -- --sourceMap --preserveWatchOutput -w" 14 "npm run tsc -- --sourceMap --preserveWatchOutput -w"