]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/server.sh
Fix client compilation
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
CommitLineData
66dd264f
C
1#!/usr/bin/env sh
2
3if [ ! -d "./client/dist" ]; then
4 echo "client/dist does not exist, compile client files..."
5 npm run build:client
6fi
7
8npm run watch:server