1
0
Fork 0
peertube/scripts/dev.sh

6 lines
99 B
Bash
Raw Normal View History

#!/usr/bin/env sh
NODE_ENV=test concurrently -k \
"npm run watch:client" \
2017-06-10 16:57:31 -04:00
"tsc && npm start"