PeerTube/scripts/dev.sh

6 lines
99 B
Bash
Executable File

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