aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-workspaces/turbo.json
blob: fc0bd3b1503c2e253cac4b5f17dd0c1a853232c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "$schema": "../../docs/public/schema.json",
  "extends": ["//"],
  "pipeline": {
    "build": {
      "dependsOn": ["^build"]
    }
  }
}