From 0686d7bc9994d7322cf6b7913006b88264b2d310 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Mon, 18 Oct 2021 17:14:10 +0200 Subject: [PATCH] more changes to makefiles --- graph-explorer/Makefile | 4 +--- web/Makefile | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/graph-explorer/Makefile b/graph-explorer/Makefile index 30772e5d94..343e923ff8 100644 --- a/graph-explorer/Makefile +++ b/graph-explorer/Makefile @@ -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: diff --git a/web/Makefile b/web/Makefile index f47f6518c1..069a7354bc 100644 --- a/web/Makefile +++ b/web/Makefile @@ -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