add yarn to web and graph-explorer

This commit is contained in:
jkoberg
2021-10-18 16:44:46 +02:00
parent b5a4a11591
commit a9b6753991
2 changed files with 22 additions and 2 deletions
+11 -1
View File
@@ -26,7 +26,17 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate:
ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build: node_modules
yarn lint
yarn test
yarn build
.PHONY: node_modules
node_modules:
yarn install --frozen-lockfile
.PHONY: pull-assets
pull-assets:
+11 -1
View File
@@ -26,7 +26,17 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate:
ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build: node_modules
yarn lint
yarn test
yarn build
.PHONY: node_modules
node_modules:
yarn install --frozen-lockfile
WEB_ASSETS_VERSION = v4.3.0