summaryrefslogtreecommitdiff
path: root/turbo.json
blob: d62812ea87e1819f18e004fbd262291a1c0b8b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://turborepo.com/schema.json",
  "tasks": {
    "dev": {
      "dependsOn": ["^build"],
      "cache": false,
      "persistent": true
    },
    "test": {
      "cache": false,
      "persistent": true
    },
    "build": {
      "outputs": ["dist/**"]
    }
  }
}