1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/scripts/build/embed.sh
2019-12-18 10:14:24 +01:00

5 lines
152 B
Bash
Executable file

#!/bin/sh
set -eu
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"