1
0
Fork 0
peertube/scripts/dev.sh

6 lines
89 B
Bash
Executable File

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