Reduce bundle sizes

This commit is contained in:
Chocobozzz
2018-06-07 16:50:33 +02:00
parent 09f35e2a6f
commit 6cca7360eb
17 changed files with 62 additions and 17 deletions

View File

@@ -2,6 +2,6 @@
set -eu
NODE_ENV=test concurrently -k \
NODE_ENV=test npm run concurrently -- -k \
"npm run watch:client" \
"npm run watch:server"