]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build/client.sh
Try matrix to speed up travis builds
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
1 #!/bin/bash
2
3 cd client || exit -1
4
5 rm -rf ./compiled ./dist
6
7 npm run webpack -- --config config/webpack.prod.js --progress --profile --bail