From 4fc1f6eeee37863b7f1627e87c1ea9b2370b143b Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Sun, 18 Feb 2024 16:49:15 +0000 Subject: [PATCH] fix workspace definition --- pnpm-workspace.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2679a93d..a669620b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,4 @@ packages: - # any directory (including the top level) - - '*' - # ignore everything in the files directory - - '!files' + - '.' + - 'tests'