]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/client-report.sh
Fix client dev mode
[github/Chocobozzz/PeerTube.git] / scripts / client-report.sh
index df7ccda276feb896ff5db63cae72982137be887a..76609686b9188ba0bad0541c66e6786c09d3028b 100755 (executable)
@@ -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"