From: Chocobozzz <me@florianbigard.com> Date: Fri, 23 Aug 2019 08:42:09 +0000 (+0200) Subject: Fix client report script X-Git-Tag: v2.0.0-rc.1~108 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=711260bbc88233d7343a74576b32e99704dd4b87;p=oweals%2Fpeertube.git Fix client report script --- diff --git a/scripts/client-report.sh b/scripts/client-report.sh index df7ccda27..a758a211c 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.json" \ - "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/embed-stats.json" \ No newline at end of file + "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"