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