]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Translated using Weblate (Catalan)
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 2518702cffa4cc304a87322f975c99bfe79aad7d..d95bb95745974507eedad2e0761c4f7f99b99365 100755 (executable)
@@ -62,7 +62,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
     done
 fi
 
-NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"
+cd ../ && npm run build:embed && cd client/
 
 # Copy runtime locales
 cp -r "./src/locale" "./dist/locale"