From 3f9c4955af81702591a6eeb2069f99faf0d2814d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Dec 2019 11:20:24 +0100 Subject: Speedup embed first paint --- scripts/client-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/client-report.sh b/scripts/client-report.sh index a758a211c..76609686b 100755 --- a/scripts/client-report.sh +++ b/scripts/client-report.sh @@ -5,5 +5,5 @@ set -eu gawk -i inplace 'BEGIN { found=0 } { if (found || $0 ~ /^{/) { found=1; print }}' ./client/dist/embed-stats.json npm run concurrently -- -k \ - "cd client && npm run webpack-bundle-analyzer -- -p 8888 ./dist/en_US/stats-es2015.json" \ + "cd client && npm run webpack-bundle-analyzer -- -p 8888 ./dist/en-US/stats-es2015.json" \ "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/embed-stats.json" -- cgit v1.2.3