From c10929f076c702bdc618037c5c4c5eafc23d6ef0 Mon Sep 17 00:00:00 2001 From: Alexandre Bodin Date: Wed, 3 Apr 2024 15:38:58 +0200 Subject: [PATCH] chore: fix lerna.json --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 83fc231624f..624432bf514 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,5 @@ "version": "5.0.0-beta.1", "packages": ["packages/*", "examples/*"], "npmClient": "yarn", - "useWorkspaces": true, "useNx": true }