aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch')
-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 42a594d85..6250fb9a4 100755
--- a/scripts/watch/server.sh
+++ b/scripts/watch/server.sh
@@ -4,4 +4,4 @@ set -eu
4 4
5NODE_ENV=test concurrently -k \ 5NODE_ENV=test concurrently -k \
6 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \ 6 "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \
7 "npm run tsc -- --sourceMap -w" 7 "npm run tsc -- --sourceMap --preserveWatchOutput -w"