]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev.sh
Use scripty instead of writing shell commands in package.json
[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"