summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json5
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"]
+ }
}
}