Fix embed build

pull/3040/head
Chocobozzz 2020-08-06 09:57:07 +02:00
parent fc3b14e413
commit 5c145fe7ab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ if [ -z ${1+x} ] || ([ "$1" != "--light" ] && [ "$1" != "--analyze-bundle" ]); t
done
fi
if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then
if [ ! -z ${1+x} ] || [ "$1" == "--analyze-bundle" ]; then
cd ../ && npm run build:embed && cd client/
fi