embed.sh 163 B

1234567
  1. #!/bin/sh
  2. set -eu
  3. cd client
  4. NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"