Skip to content

Commit f31f86a

Browse files
committed
fixup! Use Swashbuckle.AspNetCore.Cli to generate schemas
1 parent 3f4d22a commit f31f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ clean-dev: ## Cleans development environment
3030
update-api-reference: ## Updates OpenAPI schemas in docs site
3131
$(COMPOSE_TOOLING_RUN) scripts/update-api-reference.sh
3232

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

3636
build-docs: ## Builds documentation site

0 commit comments

Comments
 (0)