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

6 lines
130 B
Bash
Raw Normal View History

#!/usr/bin/env sh
NODE_ENV=test concurrently -k \
"npm run watch:client" \
2017-06-11 09:29:03 +00:00
"npm run build:server && NODE_ENV=test npm start"