aboutsummaryrefslogtreecommitdiff
path: root/pnpm-workspace.yaml
blob: 22dae231ed64a79957194554f88d00d490e66b2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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/**'