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