From c324d0cc6b06fec479004407e29fd03bd3f0d138 Mon Sep 17 00:00:00 2001 From: jipstavenuiter Date: Thu, 12 Oct 2023 15:46:50 +0200 Subject: [PATCH 1/2] fix(build): remove workspace config in root package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index e0bcbb08..38706568 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,6 @@ "author": "Hypercerts Foundation", "license": "Apache-2.0", "private": true, - "workspaces": { - "nohoist": [ - "graph" - ] - }, "scripts": { "build": "turbo run build --concurrency=100%", "copy": "pnpm copy:frontend && pnpm copy:docs && pnpm copy:html", From 0575126a40e3a37b5fc810f3e4254fc12caeaac4 Mon Sep 17 00:00:00 2001 From: jipstavenuiter Date: Thu, 12 Oct 2023 15:47:56 +0200 Subject: [PATCH 2/2] fix(build): remove workspace config in frontend package.json --- frontend/package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fb89aaef..28f95301 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,12 +2,6 @@ "name": "@hypercerts-org/frontend", "version": "0.1.0", "license": "Apache-2.0", - "workspaces": { - "nohoist": [ - "@rainbow-me/rainbowkit", - "wagmi" - ] - }, "scripts": { "build": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next build", "start": "serve out",