1
0
Fork 0
peertube/scripts/dev.sh
2017-06-10 22:57:31 +02:00

5 lines
99 B
Bash
Executable file

#!/usr/bin/env sh
NODE_ENV=test concurrently -k \
"npm run watch:client" \
"tsc && npm start"