1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/scripts/dev/server.sh
2019-11-29 13:36:40 +01:00

10 lines
208 B
Bash
Executable file

#!/bin/sh
set -eu
if [ ! -f "./client/dist/en-US/index.html" ]; then
echo "client/dist/en-US/index.html does not exist, compile client files..."
npm run build:client -- --light
fi
npm run watch:server