Skip to content

Commit e713aa5

Browse files
committed
Makefile: run gen-patch-defaultrestmapper.sh in codegen target
On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
1 parent 3dfa913 commit e713aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ codegen: $(KCP_APIGEN_GEN) $(CODE_GENERATOR) crds ## Generate all
205205
go mod download
206206
./hack/update-codegen-clients.sh
207207
$(MAKE) imports
208+
./hack/gen-patch-defaultrestmapper.sh
208209
.PHONY: codegen
209210

210211
# Note, running this locally if you have any modified files, even those that are not generated,

0 commit comments

Comments
 (0)