Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Jan 2, 2025
1 parent 992fc31 commit 3ba4e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ gen-conf: ## Generate example config

.PHONY: generate
generate: ## Run all generate command
go generate ./...
$(MAKE) gen-ent
$(MAKE) gen-docs
go generate ./...

.PHONY: dash
dash: ## Build dash
Expand Down

0 comments on commit 3ba4e5c

Please sign in to comment.