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

8 lines
146 B
Bash
Raw Normal View History

2020-02-19 07:56:24 +00:00
#!/bin/bash
2018-03-27 08:35:12 +00:00
set -eu
npm run concurrently -- -k \
2021-06-07 15:38:31 +00:00
"sh scripts/dev/client.sh --skip-server ${1:-}" \
2020-02-19 08:14:28 +00:00
"sh scripts/dev/server.sh --skip-client"