diff options
Diffstat (limited to 'pnpm-workspace.yaml')
-rw-r--r-- | pnpm-workspace.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 000000000..22dae231e --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,11 @@ +packages: + - 'packages/**/*' + - 'packages/astro/test/units/_temp-fixtures' + - 'examples/**/*' + - 'smoke/**/*' + - 'scripts' + - 'benchmark' + - 'benchmark/packages/*' + # Below excludes are only for Turbo because it doesn't respect gitignore like pnpm does + - '!packages/astro/test/units/_temp-fixtures/*' + - '!**/.vercel/**' |