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

8 lines
131 B
Bash
Raw Normal View History

2018-03-27 08:35:12 +00:00
#!/bin/sh
set -eu
NODE_ENV=test concurrently -k \
"npm run watch:client" \
2017-06-11 09:29:03 +00:00
"npm run build:server && NODE_ENV=test npm start"