1
0
Fork 0
peertube/scripts/dev/client.sh
2018-03-27 10:35:12 +02:00

7 lines
131 B
Bash
Executable file

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