Skip to content

Commit 3ba4e5c

Browse files
committed
chore: update makefile
1 parent 992fc31 commit 3ba4e5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ gen-conf: ## Generate example config
6161

6262
.PHONY: generate
6363
generate: ## Run all generate command
64-
go generate ./...
64+
$(MAKE) gen-ent
6565
$(MAKE) gen-docs
66+
go generate ./...
6667

6768
.PHONY: dash
6869
dash: ## Build dash

0 commit comments

Comments
 (0)