From 04e81593886d079ce9b77c9475507c2fcdc26c71 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 10 Jul 2023 16:51:43 +0200 Subject: [PATCH] Removed `useWorkspaces` to handle Lerna v7 change refs https://github.com/lerna/lerna/blob/main/CHANGELOG.md#700-2023-06-08 - Lerna now automatically uses the configured workspaces so we don't need to tell it to do so --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c8a1cb8f6..4d25de9bed 100644 --- a/package.json +++ b/package.json @@ -125,8 +125,7 @@ }, "lerna": { "version": "0.0.0", - "npmClient": "yarn", - "useWorkspaces": true + "npmClient": "yarn" }, "devDependencies": { "concurrently": "8.2.0",