Fix embed build
This commit is contained in:
parent
fc3b14e413
commit
5c145fe7ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue