From afd582d7e881bdaffca5a6169bea9c8342fb50ea Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Tue, 11 Mar 2025 18:32:36 +0100
Subject: [PATCH] pnpm workspace package specification can scan also
 subdirectories

---
 pnpm-config/pnpm-workspace.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pnpm-config/pnpm-workspace.yaml b/pnpm-config/pnpm-workspace.yaml
index c63c892..9b1fb76 100644
--- a/pnpm-config/pnpm-workspace.yaml
+++ b/pnpm-config/pnpm-workspace.yaml
@@ -1,5 +1,5 @@
 packages:
-  - ./* # maybe we can constrain it to some common subdirs
+  - ./**/* # maybe we can constrain it to some common subdirs
 
 catalogs:
   # Can be referenced through "catalog:rollup-toolset"
-- 
GitLab