]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/client.sh
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
1 #!/bin/sh
2
3 set -eu
4
5 cd client
6
7 rm -rf ./dist ./compiled
8
9 npm run ng build -- --prod --stats-json
10 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production