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