aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/build/embed.sh
blob: 4be2afc25d68364ca6d6fc26a419a8276fa0a6f1 (plain) (tree)
1
2
3
4
5
6
7
           


       

         
                                                                                                                                   
#!/bin/bash

set -eu

cd client

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