diff --git a/pnpm-config/.npmrc b/pnpm-config/.npmrc
index 9f4565c7b16742d5df7b79912ca40867d97cf272..3f2019ebeaf5b086cadf3e2ab7dc89fc0c09d56c 100644
--- a/pnpm-config/.npmrc
+++ b/pnpm-config/.npmrc
@@ -3,3 +3,6 @@
 
 # Enforce strict engine-versions from package.json
 engine-strict=true
+
+# Always install/remove dependencies from the pnpm workspace root
+ignore-workspace-root-check=true