Skip to content

Commit

Permalink
Make target for all generated api code
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jul 5, 2023
1 parent 74057b6 commit cdacd69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,6 @@ generate-apifront: ## Generate OpenAPISpec library based on ododevapispec.yaml i
-i /local/ododevapispec.yaml \
-g typescript-angular \
-o /local/ui/src/app/api-gen

.PHONY: generate-api
generate-api: generate-apiserver generate-apifront ## Generate code based on ododevapispec.yaml

0 comments on commit cdacd69

Please sign in to comment.