diff --git a/privatePackages/assert-project/test/fixture/pnpm-workspace.yaml b/privatePackages/assert-project/test/fixture/pnpm-workspace.yaml index 58f5688e52..e61ffa6ca6 100644 --- a/privatePackages/assert-project/test/fixture/pnpm-workspace.yaml +++ b/privatePackages/assert-project/test/fixture/pnpm-workspace.yaml @@ -1,3 +1,3 @@ # This is only created so that the test package doesn't try to use the virtual store from the repo's root packages: - - "store/**" + - "!store/**"