Skip to content

Commit 5886a04

Browse files
committed
chore: fix makefile init command
1 parent 90fae10 commit 5886a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ init: ## Init all dependencies
2222
$(MAKE) install
2323
$(MAKE) gen-ent
2424
$(MAKE) gen-docs
25+
$(MAKE) gen-wire
2526
buf dep update
2627
go mod tidy
2728

0 commit comments

Comments
 (0)