simplify make logic

This commit is contained in:
jkoberg
2021-10-18 17:22:36 +02:00
parent 0686d7bc99
commit 2c2ac4c93e
2 changed files with 3 additions and 9 deletions

View File

@@ -26,10 +26,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build:
ci-node-generate:
yarn install --frozen-lockfile
.PHONY: pull-assets

View File

@@ -26,11 +26,8 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build:
yarn lint
ci-node-generate:
yarn install --frozen-lockfile
WEB_ASSETS_VERSION = v4.3.0