add yarn build again

This commit is contained in:
jkoberg
2021-10-18 17:46:23 +02:00
parent 2c2ac4c93e
commit 7144ed24dc
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -28,6 +28,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
.PHONY: ci-node-generate
ci-node-generate:
yarn install --frozen-lockfile
yarn build
WEB_ASSETS_VERSION = v4.3.0