]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/embed.sh
Update angular to fix localize extraction bug
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
1 #!/bin/bash
2
3 set -eu
4
5 cd client
6
7 mkdir -p ./dist/standalone/videos/
8
9 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json"