aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-yarn/turbo.json
blob: 0c9369c289db82b85ab753462c92a89459930f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://turbo.build/schema.json",
  "pipeline": {
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["dist/**", ".next/**", "!.next/cache/**"]
    },
    "lint": {},
    "dev": {
      "cache": false,
      "persistent": true
    }
  }
}