aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/watch/client.sh2
-rwxr-xr-xscripts/watch/server.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh
index c99ed14e6..313f66670 100755
--- a/scripts/watch/client.sh
+++ b/scripts/watch/client.sh
@@ -2,4 +2,4 @@
2 2
3cd client || exit -1 3cd client || exit -1
4 4
5npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --inline --hot 5npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --inline --hot --open
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"