]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev.sh
Use async waterfall in videos controller for better readability
[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 livereload" \
6 "npm run watch:client" \
7 "npm start"