go back to where it was green

This commit is contained in:
jkoberg
2021-10-19 12:49:46 +02:00
parent 7e49454183
commit 2356415099
8 changed files with 12 additions and 26 deletions
+1 -4
View File
@@ -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
WEB_ASSETS_VERSION = v4.3.0