X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fwatch%2Fclient.sh;h=d5eb2581832f79c84142dad5fadf7fd67a9d9eef;hb=04de542abd940f9d2ca213fba3c68580c6c9b78a;hp=3e452254798c139de504eb8818c561c926429123;hpb=66dd264f7b15c05006faa00694c88c56794edc54;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index 3e4522547..d5eb25818 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -2,4 +2,4 @@ cd client || exit -1 -npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached --watch +npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --hotOnly --open