aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/turbo.json
blob: d0718dbd7cd1973f843efc8e8062bcf82a7f15d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://turbo.build/schema.json",
  "pipeline": {
    "build": {
      // outputs are set in workspace configs
      "dependsOn": ["^build"]
    },
    "lint": {},
    "dev": {
      "persistent": true,
      "cache": false
    }
  }
}