mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Allow more startup time for openapi generation
Radarr has many migrations
This commit is contained in:
parent
76a3ca37ed
commit
51485259ae
1 changed files with 1 additions and 1 deletions
2
docs.sh
2
docs.sh
|
@ -31,7 +31,7 @@ dotnet tool install --version 6.3.0 Swashbuckle.AspNetCore.Cli
|
|||
|
||||
dotnet tool run swagger tofile --output ./src/Radarr.Api.V3/openapi.json "$outputFolder/net6.0/$RUNTIME/radarr.console.dll" v3 &
|
||||
|
||||
sleep 10
|
||||
sleep 45
|
||||
|
||||
kill %1
|
||||
|
||||
|
|
Loading…
Reference in a new issue