]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/embed.sh
Fix build
[github/Chocobozzz/PeerTube.git] / scripts / build / embed.sh
1 #!/bin/sh
2
3 set -eu
4
5 cd client
6
7 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"