From de3d27ea9be4395980dde9b3d5e3d79f7d76d739 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Sat, 4 May 2024 08:42:54 +0100 Subject: [PATCH] fix: remove lerna yarn workspaces --- lerna.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 6aa438d..458be8e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,5 @@ "packages/*" ], "version": "0.6.0-alpha.0", - "npmClient": "yarn", - "useWorkspaces": false + "npmClient": "yarn" }