1
0
Fork 0
peertube/scripts/dev/index.sh
2018-06-07 16:50:33 +02:00

7 lines
115 B
Bash
Executable file

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