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