From b6daab9a5293c2f98bf3ed5ca04583de464affb6 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 20 Oct 2018 01:48:09 +0300 Subject: [PATCH] chore: fix pnpm-workspace.yaml in @pnpm/assert-project --- privatePackages/assert-project/test/fixture/pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**"