From d8a281325a6af432fbb07c19cf94ca9c9f145f1b Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Wed, 5 Nov 2025 12:37:03 -0800 Subject: [PATCH] fix: remove useWorkspaces from lerna.json This should resolve the error when trying to publish the packages to npm. Ticket: BTC-2730 --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 09a05af9..5142d627 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,6 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "version": "independent", "npmClient": "npm", - "useWorkspaces": true, "command": { "publish": { "conventionalCommits": true,