diff options
Diffstat (limited to 'scripts/watch')
-rwxr-xr-x | scripts/watch/client.sh (renamed from scripts/watch/client/webpack.sh) | 0 | ||||
-rwxr-xr-x | scripts/watch/server.sh | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/scripts/watch/client/webpack.sh b/scripts/watch/client.sh index 3e4522547..3e4522547 100755 --- a/scripts/watch/client/webpack.sh +++ b/scripts/watch/client.sh | |||
diff --git a/scripts/watch/server.sh b/scripts/watch/server.sh new file mode 100755 index 000000000..55570138e --- /dev/null +++ b/scripts/watch/server.sh | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | NODE_ENV=test concurrently \ | ||
4 | "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \ | ||
5 | "npm run tsc -- --sourceMap -w" | ||