]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev.sh
Move livereload to an external script and remove from express.
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
1 #!/usr/bin/env sh
2
3 npm run build
4 NODE_ENV=test concurrently \
5 "npm run watch:client" \
6 "npm start"