Better build/dev scripts
This commit is contained in:
parent
69f616ab3a
commit
66dd264f7b
15 changed files with 612 additions and 27 deletions
5
scripts/dev/client.sh
Executable file
5
scripts/dev/client.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue