Fix build
This commit is contained in:
parent
03d641a0d7
commit
9f0327aeb3
2 changed files with 13 additions and 6 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
set -eu
|
||||
|
||||
npm run concurrently -- -k \
|
||||
"npm run build:client" \
|
||||
if [[ -n ${1+x} ]]; then
|
||||
clientCommand="npm run build:client -- $1"
|
||||
else
|
||||
clientCommand="npm run build:client"
|
||||
fi
|
||||
|
||||
npm run concurrently -- --raw \
|
||||
"$clientCommand" \
|
||||
"npm run build:server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue