aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pnpm-workspace.yaml
blob: 1a0aa0941d4da17f031c9e36a9fcbbdd4be272c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
packages:
  - ".github/actions/*"
  - "docs"
  - "cli"
  - "packages/*"
  - "benchmark"
  - "turborepo-tests/*"
  # Intentionally exclude the `npm` `turbo` package from the workspaces.
  - "!packages/turbo"
  - "packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose"
  - "crates/next-dev-tests/test-harness"
  - "crates/next-dev-tests/tests"
  - "crates/*/js"
  - examples