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

8 lines
163 B
Bash
Raw Normal View History

2019-12-17 14:33:58 +00:00
#!/bin/sh
set -eu
2019-12-17 15:17:22 +00:00
cd client
2019-12-17 14:33:58 +00:00
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"