]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev.sh
Server: do not break remote videos processing on error
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
1 #!/usr/bin/env sh
2
3 NODE_ENV=test concurrently \
4 "npm run watch:client" \
5 "npm start"