]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix client report script
authorChocobozzz <me@florianbigard.com>
Fri, 23 Aug 2019 08:42:09 +0000 (10:42 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 26 Aug 2019 09:56:08 +0000 (11:56 +0200)
scripts/client-report.sh

index df7ccda276feb896ff5db63cae72982137be887a..a758a211c22adb516d4a6afd41688a3e92940a20 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"