1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/scripts/build/embed.sh
2020-02-19 08:57:32 +01:00

7 lines
165 B
Bash
Executable file

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