]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev.sh
Add radix to parseInt
[github/Chocobozzz/PeerTube.git] / scripts / dev.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3npm run build
4NODE_ENV=test concurrently \
5 "npm run livereload" \
6 "npm run watch:client" \
7 "npm start"