Skip to content

Commit

Permalink
fix: add generate-conversion to generate-all
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Aug 12, 2024
1 parent 840e770 commit 0cb485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ modules: ## Runs go mod to ensure proper vendoring.
cd $(TOOLS_DIR); go mod tidy -compat=1.21

.PHONY: generate-all
generate-all: generate-mocks generate-deepcopy generate-manifests
generate-all: generate-mocks generate-conversion generate-deepcopy generate-manifests

.PHONY: generate-mocks
generate-mocks: $(MOCKGEN) generate-deepcopy pkg/mocks/mock_client.go $(shell find ./pkg/mocks -type f -name "mock*.go") ## Generate mocks needed for testing. Primarily mocks of the cloud package.
Expand Down

0 comments on commit 0cb485c

Please sign in to comment.