mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Kyaml: disable generation on each build.
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user