1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
Peertube/scripts/dev.sh
Chocobozzz cd0e4b1acf Move livereload to an external script and remove from express.
Developers have to use the livereload plugin in their web browser now.
2016-05-21 15:21:15 +02:00

6 lines
103 B
Bash
Executable file

#!/usr/bin/env sh
npm run build
NODE_ENV=test concurrently \
"npm run watch:client" \
"npm start"