From 752c0b0f94990bed8704485313c68156ce892a05 Mon Sep 17 00:00:00 2001 From: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:25:03 +0100 Subject: [PATCH] Removing useWorkspaces setting Removing useWorkspaces setting as it's not available in Lerna 7.0 --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index ee9c01a4fb..fb1050e1a2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,6 @@ { "packages": ["packages/*"], "npmClient": "yarn", - "useWorkspaces": true, "version": "independent", "command": { "bootstrap": {