]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client/dev.sh
Type functions
[github/Chocobozzz/PeerTube.git] / scripts / build / client / dev.sh
CommitLineData
fc76359b
C
1#!/usr/bin/env sh
2
3cd client || exit -1
4
d61e8153
C
5rm -rf ./compiled
6
fc76359b 7npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached