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