(fix) npm run dev invocation

This commit is contained in:
Rigel Kent 2019-12-18 20:41:44 +01:00
parent 62ab565d1c
commit 9650937374
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
set -eu set -eu
NODE_ENV=test npm run concurrently -- -k \ NODE_ENV=test npm run concurrently -- -k \
"npm run watch:client" \ "npm run dev:client" \
"npm run watch:server" "npm run dev:server"