1
0
Fork 0

Upgrade server dependencies

This commit is contained in:
Chocobozzz 2018-08-27 16:34:41 +02:00
parent 62689b942b
commit 2db85d6b6e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 661 additions and 645 deletions

View file

@ -7,7 +7,7 @@ mkdir -p "./client/dist"
rm -rf "./client/dist/locale"
cp -r "./client/src/locale/target" "./client/dist/locale"
rm -r "./dist"
rm -rf "./dist"
NODE_ENV=test npm run concurrently -- -k \
"npm run tsc -- --sourceMap && npm run nodemon -- --delay 2 --watch ./dist dist/server" \