diff --git a/pnpm-config/.npmrc b/pnpm-config/.npmrc index 3f2019ebeaf5b086cadf3e2ab7dc89fc0c09d56c..ef2000296c33e681c21f0b3fbebd1cbfe276f272 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