aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-11 09:29:33 +0200
committerChocobozzz <me@florianbigard.com>2020-06-11 09:29:33 +0200
commit50a04125dac1a126cb79a9fb575fcf673c5ac2d6 (patch)
tree2fae913f202ccb880e25b067ccb6090dbc6b0542 /scripts/build/client.sh
parentd840487fed32b4604b02030c0d7464afa925904f (diff)
downloadPeerTube-50a04125dac1a126cb79a9fb575fcf673c5ac2d6.tar.gz
PeerTube-50a04125dac1a126cb79a9fb575fcf673c5ac2d6.tar.zst
PeerTube-50a04125dac1a126cb79a9fb575fcf673c5ac2d6.zip
Fix npm run build
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-xscripts/build/client.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh
index 31b55dbf5..a86404c6f 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -148,10 +148,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
148 done 148 done
149fi 149fi
150 150
151if [ "$1" != "--analyze" ]; then
152 rm "./dist/en-US/stats-es2015.json"
153fi
154
155cd ../ && npm run build:embed && cd client/ 151cd ../ && npm run build:embed && cd client/
156 152
157# Copy runtime locales 153# Copy runtime locales