1
0
Fork 0
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"