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