PeerTube_original/scripts/dev/index.sh
Chocobozzz 93e1258c7c Move video file metadata in their own table
Will be used for user video quotas and multiple video resolutions
2017-08-25 11:36:23 +02:00

6 lines
103 B
Bash
Executable File

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