mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
5 lines
152 B
Bash
Executable file
5 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"
|