Generate swagger from update-codegen

Swagger "docs" are actually Go code, which is used by other codegen
tools, so if you really want to regen EVERYTHING, this is part of it and
sequence matters.
This commit is contained in:
Tim Hockin
2023-01-14 23:18:52 -08:00
parent 0ef664c278
commit 1c466a8190
59 changed files with 129 additions and 194 deletions

View File

@@ -42,7 +42,6 @@ BASH_TARGETS=(
update-generated-dynamic-resource-allocation
update-generated-api-compatibility-data
update-generated-docs
update-generated-swagger-docs
update-openapi-spec
update-gofmt
)