summaryrefslogtreecommitdiff
path: root/pnpm-workspace.yaml
blob: be78c826e727a4891720bfc8dfb5774664dd5e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
packages:
  - 'packages/**/*'
  - 'examples/**/*'
  - 'smoke/**/*'
  - 'scripts'
  - 'benchmark'
  - 'benchmark/packages/*'
  # Below excludes are only for Turbo because it doesn't respect gitignore like pnpm does
  - '!**/.vercel/**'