]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
publish comment on crtl-enter (#290)
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 3a1532dafc6ed28a39985bae889aeff05df8e209..e3137df37fcfec5c01d8b41e062e075eae7ecca9 100755 (executable)
@@ -2,6 +2,7 @@
 
 cd client || exit -1
 
-rm -rf ./compiled ./dist
+rm -rf ./dist ./compiled
 
-npm run webpack -- --config config/webpack.prod.js  --progress --profile --bail
+npm run ng build -- --prod --stats-json
+NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js