aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
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" \