From 2f1274c88e59d735d3e4edc0fc6b7a0a9a1877ef Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 15 Jun 2023 12:37:57 +0100 Subject: [PATCH] Remove useWorkspaces (breaking change) --- lerna.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index f1d711e915..77932417d5 100644 --- a/lerna.json +++ b/lerna.json @@ -16,7 +16,6 @@ "packages/worker", "packages/pro/packages/pro" ], - "useWorkspaces": true, "command": { "publish": { "ignoreChanges": [ @@ -31,4 +30,4 @@ "loadEnvFiles": false } } -} \ No newline at end of file +}