Skip to content

Commit

Permalink
chore: auto run go mod tidy for schema gen
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 16, 2023
1 parent 4e2bfda commit d2547bb
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 @@ -59,7 +59,7 @@ static: generate manifests
# Generate OpenAPI schema
.PHONY: gen-schemas
gen-schemas:
cd hack/generate-schemas && go run ./main.go
cd hack/generate-schemas && go mod tidy && go run ./main.go

# Generate manifests e.g. CRD, RBAC etc.
manifests: .bin/controller-gen
Expand Down

0 comments on commit d2547bb

Please sign in to comment.