aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh
index 8e2004c66..305af1e5f 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -7,4 +7,4 @@ cd client
7rm -rf ./dist ./compiled 7rm -rf ./dist ./compiled
8 8
9npm run ng build -- --prod --stats-json 9npm run ng build -- --prod --stats-json
10NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js 10NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production