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