1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/scripts/dev/client.sh
2017-06-11 11:36:05 +02:00

5 lines
130 B
Bash
Executable file

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