diff --git a/scripts/build/client.sh b/scripts/build/client.sh index b2c2e3bfb..254ca4364 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -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