diff options
Diffstat (limited to 'scripts/watch')
-rwxr-xr-x | scripts/watch/server.sh | 2 |
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 | ||
5 | NODE_ENV=test concurrently -k \ | 5 | NODE_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" |