]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev.sh
3f5b83f12956002d5845c96e512521947735176d
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
1 #!/usr/bin/env sh
2
3 NODE_ENV=test concurrently -k \
4 "npm run watch:client" \
5 "npm start"