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

8 lines
165 B
Bash
Raw Normal View History

2020-02-19 02:57:32 -05:00
#!/bin/bash
2019-12-17 09:33:58 -05:00
set -eu
2019-12-17 10:17:22 -05:00
cd client
2019-12-17 09:33:58 -05:00
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"