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