]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client.sh
Update readme/doc with new client port for dev
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
CommitLineData
b20b5fed
C
1#!/usr/bin/env sh
2
3cd client || exit -1
4
d61e8153
C
5rm -rf ./compiled
6
ad22074a 7npm run webpack -- --config config/webpack.prod.js --progress --profile --bail