From a70a4e042a45a9c8ce53e9b5304db35a602eca3f Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Tue, 11 Mar 2025 18:33:44 +0100 Subject: [PATCH] Also root project shall be processed during spawning pnpm run scripts --- pnpm-config/.npmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-config/.npmrc b/pnpm-config/.npmrc index 3f2019e..ef20002 100644 --- a/pnpm-config/.npmrc +++ b/pnpm-config/.npmrc @@ -6,3 +6,6 @@ engine-strict=true # Always install/remove dependencies from the pnpm workspace root ignore-workspace-root-check=true + +#When executing commands recursively in a workspace, execute them on the root workspace project as well +include-workspace-root=true -- GitLab