X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fclient-report.sh;h=f71aa48ed7ba98e2f404b0165ab38fb6dce486e2;hb=4546d92e40a253047d9648c0749578429dce1c3f;hp=f280fad2020c7a18de0acffc2013d92663772443;hpb=a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/client-report.sh b/scripts/client-report.sh index f280fad20..f71aa48ed 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/standalone/videos/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.json" \ "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/standalone/videos/embed-stats.json"