aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-xscripts/build/client.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh
index a86404c6f..31b55dbf5 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -148,6 +148,10 @@ 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
151cd ../ && npm run build:embed && cd client/ 155cd ../ && npm run build:embed && cd client/
152 156
153# Copy runtime locales 157# Copy runtime locales