mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-08 22:53:22 +03:00
Fix build script
This commit is contained in:
parent
ba430d7516
commit
e43ed96ef4
@ -2,12 +2,12 @@
|
||||
|
||||
set -eu
|
||||
|
||||
if [[ -n ${1+x} ]]; then
|
||||
if [ ! -z ${1+x} ]; then
|
||||
clientCommand="npm run build:client -- $1"
|
||||
else
|
||||
clientCommand="npm run build:client"
|
||||
fi
|
||||
|
||||
npm run concurrently -- --raw \w
|
||||
npm run concurrently -- --raw \
|
||||
"$clientCommand" \
|
||||
"npm run build:server"
|
||||
|
Loading…
Reference in New Issue
Block a user