(fix) npm run dev invocation
This commit is contained in:
parent
62ab565d1c
commit
9650937374
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
set -eu
|
||||
|
||||
NODE_ENV=test npm run concurrently -- -k \
|
||||
"npm run watch:client" \
|
||||
"npm run watch:server"
|
||||
"npm run dev:client" \
|
||||
"npm run dev:server"
|
||||
|
|
Loading…
Reference in a new issue