Fix embed build

This commit is contained in:
Chocobozzz
2020-08-06 09:57:07 +02:00
parent fc3b14e413
commit 5c145fe7ab

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