aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch/server.sh')
-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 55570138e..448f69552 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -1,5 +1,5 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2 2
3NODE_ENV=test concurrently \ 3NODE_ENV=test concurrently -k \
4 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \ 4 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
5 "npm run tsc -- --sourceMap -w" 5 "npm run tsc -- --sourceMap -w"