]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client.sh
Clean shell scripts (#398)
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
CommitLineData
0e4ffb4b 1#!/bin/sh
b20b5fed 2
0e4ffb4b
LA
3set -eu
4
5cd client
b20b5fed 6
94edfc3b 7rm -rf ./dist ./compiled
d61e8153 8
24a8e782 9npm run ng build -- --prod --stats-json
7bfd1b1e 10NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js