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