more changes to makefiles

This commit is contained in:
jkoberg
2021-10-18 17:14:10 +02:00
parent a7ddc1ee88
commit 0686d7bc99
2 changed files with 1 additions and 5 deletions

View File

@@ -30,9 +30,7 @@ ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build:
yarn lint
yarn test
yarn build
yarn install --frozen-lockfile
.PHONY: pull-assets
pull-assets:

View File

@@ -31,8 +31,6 @@ ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build:
yarn lint
yarn test
yarn build
WEB_ASSETS_VERSION = v4.3.0