2018-03-27 09:35:12 +01:00
|
|
|
#!/bin/sh
|
2017-12-20 09:04:52 +01:00
|
|
|
|
2018-03-27 09:35:12 +01:00
|
|
|
set -eu
|
|
|
|
|
2018-06-07 16:50:33 +02:00
|
|
|
npm run concurrently -- -k \
|
2025-02-05 06:36:05 +01:00
|
|
|
"cd client/src/standalone/player/ && npx vite-bundle-visualizer" \
|
2024-06-24 10:15:25 +02:00
|
|
|
"cd client/src/standalone/videos/ && npx vite-bundle-visualizer" \
|
2024-11-27 10:20:19 +01:00
|
|
|
"cd client && npx esbuild-visualizer --metadata ./dist/en-US/stats.json --open"
|