1
0
Fork 0
peertube/scripts/build/embed.sh

8 lines
163 B
Bash
Executable File

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