mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Limit github actions on PR
This commit is contained in:
@@ -154,7 +154,9 @@ if [ -z ${1+x} ] || ([ "$1" != "--light" ] && [ "$1" != "--analyze-bundle" ]); t
|
||||
done
|
||||
fi
|
||||
|
||||
cd ../ && npm run build:embed && cd client/
|
||||
if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then
|
||||
cd ../ && npm run build:embed && cd client/
|
||||
fi
|
||||
|
||||
# Copy runtime locales
|
||||
cp -r "./src/locale" "./dist/locale"
|
||||
|
||||
Reference in New Issue
Block a user