From e756a619309e5708ef953f824750e55daae5e349 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 19 Dec 2024 19:10:39 +0300 Subject: [PATCH] chore: remove `useWorkspaces` --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 11f95cf10fc..54f2954de52 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,6 @@ "packages": ["packages/*"], "version": "independent", "npmClient": "yarn", - "useWorkspaces": true, "command": { "version": { "message": "chore(release): publish new version",