PeerTube/scripts/client-report.sh

8 lines
197 B
Bash
Raw Permalink Normal View History

2018-03-27 08:35:12 +00:00
#!/bin/sh
2018-03-27 08:35:12 +00:00
set -eu
2018-06-07 14:50:33 +00:00
npm run concurrently -- -k \
2024-06-24 08:15:25 +00:00
"cd client/src/standalone/videos/ && npx vite-bundle-visualizer" \
"cd client && npx esbuild-visualizer --metadata ./dist/en-US/stats.json"