]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - peertube-runner.sh
e392593721cf0f72206dbb1c1c85bfe7f712b92a
[github/Chocobozzz/PeerTube.git] / peertube-runner.sh
1 #!/bin/bash
2
3 set -eu
4
5 rm -rf ./packages/peertube-runner/dist
6
7 cd ./packages/peertube-runner
8
9 ../../node_modules/.bin/concurrently -k \
10 "../../node_modules/.bin/tsc -w --noEmit" \
11 "./node_modules/.bin/esbuild ./peertube-runner.ts --bundle --sourcemap --platform=node --external:"./lib-cov/fluent-ffmpeg" --external:pg-hstore --watch --outfile=dist/peertube-runner.js"