X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fclient-report.sh;h=f71aa48ed7ba98e2f404b0165ab38fb6dce486e2;hb=0c9668f77901e7540e2c7045eb0f2974a4842a69;hp=a758a211c22adb516d4a6afd41688a3e92940a20;hpb=282e61e6c11f79e919c543871783fe1a00298d18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/client-report.sh b/scripts/client-report.sh index a758a211c..f71aa48ed 100755 --- a/scripts/client-report.sh +++ b/scripts/client-report.sh @@ -2,8 +2,8 @@ set -eu -gawk -i inplace 'BEGIN { found=0 } { if (found || $0 ~ /^{/) { found=1; print }}' ./client/dist/embed-stats.json +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 8889 ./dist/embed-stats.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"