Prevent aborting another live session

This commit is contained in:
Chocobozzz
2024-03-18 16:09:22 +01:00
parent 3b429f2104
commit c727a34cb6
6 changed files with 43 additions and 27 deletions

View File

@@ -6,6 +6,8 @@ rm -rf ./apps/peertube-runner/dist
cd ./apps/peertube-runner
../../node_modules/.bin/tsc -b --verbose
../../node_modules/.bin/concurrently -k \
"../../node_modules/.bin/tsc -w --noEmit" \
"node ./scripts/watch.js"