]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/server.sh
Clean shell scripts (#398)
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
66dd264f 4
18c8e945
C
5if [ ! -f "./client/dist/index.html" ]; then
6 echo "client/dist/index.html does not exist, compile client files..."
66dd264f
C
7 npm run build:client
8fi
9
10npm run watch:server