Skip to content

Commit

Permalink
make sure go.generate is run before kustomize.gen
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <sviben.lovro@gmail.com>
  • Loading branch information
lsviben committed Dec 11, 2023
1 parent 1e6df29 commit da2de48
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 @@ -126,7 +126,7 @@ manifests:

.PHONY: cobertura submodules fallthrough test-integration run manifests

generate.run: kustomize.gen
generate.run: go.generate kustomize.gen

generate.done: kustomize.clean

Expand Down

0 comments on commit da2de48

Please sign in to comment.