From 0da50e8abecbf4478cbeb2846a796ae5b30d32d4 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 12 Jul 2023 11:47:15 +0200 Subject: [PATCH] fix: remove old lerna option causing it to fail when building a matrix in CI runs (#3004) --- lerna.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index cffaf76525..f2fec2fcb7 100644 --- a/lerna.json +++ b/lerna.json @@ -13,6 +13,5 @@ "tools/*" ], "npmClient": "yarn", - "useWorkspaces": true, "version": "0.0.0" -} \ No newline at end of file +}