1
0
Fork 0
peertube/scripts/dev.sh

6 lines
92 B
Bash
Executable File

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