diff options
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json index 7c0385206..3fd3914b0 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,9 @@ { "$schema": "https://turborepo.com/schema.json", "tasks": { - "typecheck": {} + "typecheck": {}, + "build": { + "dependsOn": ["^build"] + } } } |
