]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/dev/server.sh
Bumped to version v0.0.22-alpha
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
... / ...
CommitLineData
1#!/usr/bin/env sh
2
3if [ ! -f "./client/dist/index.html" ]; then
4 echo "client/dist/index.html does not exist, compile client files..."
5 npm run build:client
6fi
7
8npm run watch:server