PeerTube/scripts/dev/client.sh

8 lines
131 B
Bash
Raw Normal View History

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