Kyaml: disable generation on each build.

This commit is contained in:
jregan
2020-11-28 05:55:16 -08:00
parent 60ea8de5f1
commit aa9a397808

View File

@@ -5,7 +5,7 @@ MYGOBIN := $(shell go env GOPATH)/bin
export PATH := $(MYGOBIN):$(PATH)
.PHONY: generate license fix vet fmt test lint tidy clean
all: generate license fix vet fmt test lint tidy
all: license fix vet fmt test lint tidy
fix:
go fix ./...