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