From 66025ba8f10ecddeec4cf97b18c54639ec0d25dc Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:38:50 +0700 Subject: [PATCH] chore: no need to the `useWorkspaces` option --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index bfb4adab..cc7fe13a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,6 @@ "packages/*", "examples/*" ], - "useWorkspaces": true, "version": "independent", "npmClient": "yarn" }