Merge pull request #767 from sunny0826/brew

Adapted for brew installation
This commit is contained in:
Jianbo Sun
2020-12-11 13:54:50 +08:00
committed by GitHub
+1
View File
@@ -49,6 +49,7 @@ build: fmt vet lint
@$(OK) build succeed
vela-cli:
go run hack/chart/generate.go
go build -o bin/vela -ldflags ${LDFLAGS} cmd/vela/main.go
npm-build: