]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/server.sh
Return to sequelize@4.0.0-2 (makes tests fail)
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
1 #!/usr/bin/env sh
2
3 if [ ! -d "./client/dist" ]; then
4 echo "client/dist does not exist, compile client files..."
5 npm run build:client
6 fi
7
8 npm run watch:server