aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/peertube-runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/peertube-runner.sh')
-rwxr-xr-xscripts/dev/peertube-runner.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dev/peertube-runner.sh b/scripts/dev/peertube-runner.sh
index e39259372..7bd756123 100755
--- a/scripts/dev/peertube-runner.sh
+++ b/scripts/dev/peertube-runner.sh
@@ -2,10 +2,10 @@
2 2
3set -eu 3set -eu
4 4
5rm -rf ./packages/peertube-runner/dist 5rm -rf ./apps/peertube-runner/dist
6 6
7cd ./packages/peertube-runner 7cd ./apps/peertube-runner
8 8
9../../node_modules/.bin/concurrently -k \ 9../../node_modules/.bin/concurrently -k \
10 "../../node_modules/.bin/tsc -w --noEmit" \ 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" 11 "node ./scripts/watch.js"