aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-12 11:59:28 +0100
committerChocobozzz <me@florianbigard.com>2017-12-12 13:58:03 +0100
commitb682782093a22a729eea8862476ff1c8aac4ef0c (patch)
tree40ab06be62df07d43ff7799011e4e3427b348eec /scripts/build/client.sh
parent7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6 (diff)
downloadPeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.tar.gz
PeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.tar.zst
PeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.zip
Upgrade to angular 5
Diffstat (limited to 'scripts/build/client.sh')
-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 f34f5130f..97a8622d8 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -4,5 +4,5 @@ cd client || exit -1
4 4
5rm -rf ./dist 5rm -rf ./dist
6 6
7ng build -- --prod 7npm run ng build -- --prod
8NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js 8NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js