fix: failing protogen make generate task

This commit is contained in:
Florian Schade
2025-01-15 18:20:32 +01:00
committed by André Duffeck
parent 44bd472588
commit b6a3a169c3

View File

@@ -8,6 +8,9 @@ endif
############ generate ############
include ../.make/generate.mk
.PHONY: ci-go-generate
ci-go-generate: # CI runs ci-node-generate automatically before this target
.PHONY: ci-go-generate
ci-go-generate: $(MOCKERY) # CI runs ci-node-generate automatically before this target
$(MOCKERY)