1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/scripts/client-report.sh
2024-06-26 08:33:54 +02:00

7 lines
197 B
Bash
Executable file

#!/bin/sh
set -eu
npm run concurrently -- -k \
"cd client/src/standalone/videos/ && npx vite-bundle-visualizer" \
"cd client && npx esbuild-visualizer --metadata ./dist/en-US/stats.json"