1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00
Peertube/scripts/dev/index.sh
2020-01-28 11:35:26 +01:00

7 lines
137 B
Bash
Executable file

#!/bin/sh
set -eu
NODE_ENV=test npm run concurrently -- -k \
"sh scripts/dev/client.sh --skip-server" \
"sh scripts/dev/server.sh"