Skip to content

Commit

Permalink
fix: update codegen before go generate
Browse files Browse the repository at this point in the history
go's generator will fail if the code cannot compile. This can happen
when new types are introduced.
This was found during development work on #89.
  • Loading branch information
hbagdi committed May 27, 2021
1 parent 84035a6 commit 80d659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,8 +23,8 @@ verify-codegen:

.PHONY: update-codegen
update-codegen:
go generate ./...
./scripts/update-deepcopy-gen.sh
go generate ./...

.PHONY: coverage
coverage:
Expand Down

0 comments on commit 80d659b

Please sign in to comment.