From 5c145fe7ab6c1e975f5d43391316e8db9ca31974 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Aug 2020 09:57:07 +0200 Subject: Fix embed build --- scripts/build/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/client.sh') 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 -- cgit v1.2.3