1
0
Fork 0
peertube/scripts/dev/index.sh

6 lines
103 B
Bash
Raw Normal View History

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