Skip to content

Commit

Permalink
fixup! Use Swashbuckle.AspNetCore.Cli to generate schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed May 18, 2024
1 parent 3f4d22a commit f31f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clean-dev: ## Cleans development environment
update-api-reference: ## Updates OpenAPI schemas in docs site
$(COMPOSE_TOOLING_RUN) scripts/update-api-reference.sh

check-api-reference: start-dev ## Checks OpenAPI schemas are updated
check-api-reference: ## Checks OpenAPI schemas are updated
$(COMPOSE_TOOLING_RUN) scripts/check-api-reference.sh

build-docs: ## Builds documentation site
Expand Down

0 comments on commit f31f86a

Please sign in to comment.