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



         

         
                                                                                                                                   
#!/bin/sh

set -eu

cd client

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