From ebef2ea2d0d03365715002c0de76be5e2d44de1d Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 19 Sep 2025 05:28:46 -0400 Subject: ci: stuff --- turbo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'turbo.json') 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"] + } } } -- cgit v1.2.3