]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/dev/peertube-runner.sh
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / scripts / dev / 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"