PeerTube_original/scripts/dev/index.sh
2018-03-27 10:35:12 +02:00

8 lines
104 B
Bash
Executable File

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