1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/scripts/dev/client.sh
2019-12-18 10:14:24 +01:00

7 lines
261 B
Bash
Executable file

#!/bin/sh
set -eu
NODE_ENV=test npm run concurrently -- -k \
"cd client && npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000" \
"npm run build:server && NODE_ENV=test npm start"