aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-06 09:57:07 +0200
committerChocobozzz <me@florianbigard.com>2020-08-06 09:57:07 +0200
commit5c145fe7ab6c1e975f5d43391316e8db9ca31974 (patch)
tree1d6f52151ccbbcb5bcc314cee6e125a1aceae0f0 /scripts/build/client.sh
parentfc3b14e413e45fa239bce359a5648644afaf4c4c (diff)
downloadPeerTube-5c145fe7ab6c1e975f5d43391316e8db9ca31974.tar.gz
PeerTube-5c145fe7ab6c1e975f5d43391316e8db9ca31974.tar.zst
PeerTube-5c145fe7ab6c1e975f5d43391316e8db9ca31974.zip
Fix embed build
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-xscripts/build/client.sh2
1 files changed, 1 insertions, 1 deletions
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
154 done 154 done
155fi 155fi
156 156
157if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then 157if [ ! -z ${1+x} ] || [ "$1" == "--analyze-bundle" ]; then
158 cd ../ && npm run build:embed && cd client/ 158 cd ../ && npm run build:embed && cd client/
159fi 159fi
160 160