1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 11:59:58 +02:00
Peertube/scripts/dev/index.sh
2019-12-18 20:41:44 +01:00

7 lines
111 B
Bash
Executable file

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