go back to where it was green
This commit is contained in:
@@ -23,13 +23,10 @@ include ../.make/generate.mk
|
||||
|
||||
.PHONY: ci-go-generate
|
||||
ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this target
|
||||
@go generate ./...
|
||||
# @go generate ./...
|
||||
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
apk add npm
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
|
||||
Reference in New Issue
Block a user