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

8 lines
146 B
Bash
Raw Normal View History

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