1
0
Fork 0

Remove watch scripts

This commit is contained in:
Chocobozzz 2019-12-17 15:33:58 +01:00
parent 478924a044
commit c026a2e673
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 42 additions and 33 deletions

View file

@ -3,5 +3,5 @@
set -eu
NODE_ENV=test npm run concurrently -- -k \
"npm run watch:client" \
"cd client && npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000" \
"npm run build:server && NODE_ENV=test npm start"