aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/embed.sh
blob: 3fcfc6ba2ef0f9ac4fbf1430f66dfd791faa8718 (plain) (blame)
1
2
3
4
5
6
7
8
#!/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"