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