aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/embed.sh
blob: a243ce64095301f174871a8ac7035cdc71263af3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -eu

cd client

mkdir -p ./dist/standalone/videos/

NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json"