From 4771e0008dd26eadbb7eaff64255a6ec914fdadb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jul 2017 19:43:21 +0200 Subject: Better typescript typing for a better world --- scripts/watch/client.sh | 2 +- scripts/watch/server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/watch') 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 @@ cd client || exit -1 -npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --inline --hot +npm 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 @@ #!/usr/bin/env sh -NODE_ENV=test concurrently \ +NODE_ENV=test concurrently -k \ "npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \ "npm run tsc -- --sourceMap -w" -- cgit v1.2.3