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'