From 7802ce372b7fd94309c882b3eddfd77311d457b1 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 15:21:03 -0800 Subject: [PATCH] =?UTF-8?q?chore(root):=20=F0=9F=94=A7=20Update=20pnpm-wor?= =?UTF-8?q?kspace.yaml=20to=20refine=20workspace=20dependency=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9c31512f0..02c755d76 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,7 @@ packages: # Feature packages (cohesive feature units) - 'features/*/frontend-*' + - '!features/analytics/frontend-*' # Excluded: external ui-* deps have workspace:* protocol errors - 'features/frontend-showcase/frontend' - 'features/*/backend-api' - 'features/*/agent'