]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client.sh
Move to angular cli
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
CommitLineData
18530063 1#!/bin/bash
b20b5fed
C
2
3cd client || exit -1
4
18530063 5rm -rf ./compiled ./dist
d61e8153 6
ad22074a 7npm run webpack -- --config config/webpack.prod.js --progress --profile --bail