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