aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/client-report.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-23 10:42:09 +0200
committerChocobozzz <me@florianbigard.com>2019-08-26 11:56:08 +0200
commit711260bbc88233d7343a74576b32e99704dd4b87 (patch)
tree5e1d9ff8fae9d819072a123cfe5c376f9f5971d4 /scripts/client-report.sh
parentbda3b70537549d3b4f22a56f8fd020e88f19f2a5 (diff)
downloadPeerTube-711260bbc88233d7343a74576b32e99704dd4b87.tar.gz
PeerTube-711260bbc88233d7343a74576b32e99704dd4b87.tar.zst
PeerTube-711260bbc88233d7343a74576b32e99704dd4b87.zip
Fix client report script
Diffstat (limited to 'scripts/client-report.sh')
-rwxr-xr-xscripts/client-report.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/client-report.sh b/scripts/client-report.sh
index df7ccda27..a758a211c 100755
--- a/scripts/client-report.sh
+++ b/scripts/client-report.sh
@@ -5,5 +5,5 @@ set -eu
5gawk -i inplace 'BEGIN { found=0 } { if (found || $0 ~ /^{/) { found=1; print }}' ./client/dist/embed-stats.json 5gawk -i inplace 'BEGIN { found=0 } { if (found || $0 ~ /^{/) { found=1; print }}' ./client/dist/embed-stats.json
6 6
7npm run concurrently -- -k \ 7npm run concurrently -- -k \
8 "cd client && npm run webpack-bundle-analyzer -- -p 8888 ./dist/en_US/stats.json" \ 8 "cd client && npm run webpack-bundle-analyzer -- -p 8888 ./dist/en_US/stats-es2015.json" \
9 "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/embed-stats.json" \ No newline at end of file 9 "cd client && npm run webpack-bundle-analyzer -- -p 8889 ./dist/embed-stats.json"