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