1
0
Fork 0

Better build/dev scripts

This commit is contained in:
Chocobozzz 2017-06-11 11:29:03 +02:00
parent 69f616ab3a
commit 66dd264f7b
15 changed files with 612 additions and 27 deletions

5
scripts/dev/client.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
NODE_ENV=test concurrently -k \
"npm run watch:client" \
"npm run build:server && NODE_ENV=test npm start"