]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Upgrade.sh (#281)
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 97a8622d81fa4cc7cd5bd1fab64fbcacb51b1003..e3137df37fcfec5c01d8b41e062e075eae7ecca9 100755 (executable)
@@ -2,7 +2,7 @@
 
 cd client || exit -1
 
-rm -rf ./dist
+rm -rf ./dist ./compiled
 
-npm run ng build -- --prod
+npm run ng build -- --prod --stats-json
 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js