PeerTube/scripts/build/embed.sh

8 lines
163 B
Bash
Raw Normal View History

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