]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/client.sh
Add bootstrap analyzer and optimize build
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
1 #!/bin/bash
2
3 cd client || exit -1
4
5 rm -rf ./dist ./compiled
6
7 npm run ng build -- --prod --stats-json
8 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js