PeerTube/scripts/build/index.sh

8 lines
101 B
Bash
Raw Normal View History

2019-12-17 14:33:58 +00:00
#!/bin/sh
set -eu
npm run concurrently -- -k \
"npm run build:client" \
"npm run build:server"