aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/client-report.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/client-report.sh')
-rwxr-xr-xscripts/client-report.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/client-report.sh b/scripts/client-report.sh
index 4dd4b418b..df7ccda27 100755
--- a/scripts/client-report.sh
+++ b/scripts/client-report.sh
@@ -2,6 +2,8 @@
2 2
3set -eu 3set -eu
4 4
5cd client 5gawk -i inplace 'BEGIN { found=0 } { if (found || $0 ~ /^{/) { found=1; print }}' ./client/dist/embed-stats.json
6 6
7npm run webpack-bundle-analyzer ./dist/stats.json 7npm run concurrently -- -k \
8 "cd client && npm run webpack-bundle-analyzer -- -p 8888 ./dist/en_US/stats.json" \
9 "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/embed-stats.json" \ No newline at end of file