]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/client-report.sh
Don't manage remote channels
[github/Chocobozzz/PeerTube.git] / scripts / client-report.sh
index f280fad2020c7a18de0acffc2013d92663772443..f71aa48ed7ba98e2f404b0165ab38fb6dce486e2 100755 (executable)
@@ -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"