Add tests for emails
[oweals/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