From b449974807192c280e80a564bf0da7fe272aca69 Mon Sep 17 00:00:00 2001 From: 777genius Date: Tue, 21 Apr 2026 15:25:47 +0300 Subject: [PATCH] fix: remove root npm workspaces for cloud installs --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index f1a8bb6c..52d6acf6 100644 --- a/package.json +++ b/package.json @@ -344,11 +344,5 @@ "ignoreBinaries": [ "pkg" ] - }, - "workspaces": [ - "agent-teams-controller", - "mcp-server", - "landing", - "packages/agent-graph" - ] + } }