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

8 lines
115 B
Bash
Raw Normal View History

2018-03-27 04:35:12 -04:00
#!/bin/sh
set -eu
2018-06-07 10:50:33 -04:00
NODE_ENV=test npm run concurrently -- -k \
"npm run watch:client" \
"npm run watch:server"