]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/watch/client.sh
Update webpack stack
[github/Chocobozzz/PeerTube.git] / scripts / watch / client.sh
CommitLineData
fc76359b
C
1#!/usr/bin/env sh
2
3cd client || exit -1
4
1840c2f7 5npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --inline --hot