mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Prevent aborting another live session
This commit is contained in:
parent
3b429f2104
commit
c727a34cb6
6 changed files with 43 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue