From 26da52bdf88c43bfdc21087091190f0f8115800c Mon Sep 17 00:00:00 2001 From: Felipe Suero <85468376+felipesu19@users.noreply.github.com> Date: Wed, 14 Jun 2023 11:28:36 -0400 Subject: [PATCH] Update lerna.json The current version of lerna doesn't use useWorkspaces anymore, defaulting to using the workspace config if one exists: ``` ECONFIGWORKSPACES The "useWorkspaces" option has been removed. By default lerna will resolve your packages using your package manager's workspaces configuration. Alternatively, you can manually provide a list of package globs to be used instead via the "packages" option in lerna.json. ``` --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 22c90fc..41578f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "useWorkspaces": true, "version": "0.3.5" }