mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix embed build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user