aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-06 16:06:43 +0200
committerChocobozzz <me@florianbigard.com>2018-04-06 16:06:43 +0200
commitfc9e66242a381163c8cb65fd8f4c3802cf639db0 (patch)
treee504598ff2315deb79e255f2381808e200413b31 /scripts/build/client.sh
parent6e0c85bd903dc0a7dbf9672e83a0fb59b2c8ebd6 (diff)
downloadPeerTube-fc9e66242a381163c8cb65fd8f4c3802cf639db0.tar.gz
PeerTube-fc9e66242a381163c8cb65fd8f4c3802cf639db0.tar.zst
PeerTube-fc9e66242a381163c8cb65fd8f4c3802cf639db0.zip
Upgrade to webpack 4
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 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