1
0
Fork 0
peertube/scripts/dev/server.sh
Chocobozzz 2adfc7ea9a Refractor videojs player
Add fake p2p-media-loader plugin
2019-02-11 09:13:02 +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