From 7c966e105cd9f65853de1aba0ecce63aa56aca0b Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Mon, 24 Nov 2025 14:45:59 +0200 Subject: chore: add build task --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 48b01b8..d62812e 100644 --- a/turbo.json +++ b/turbo.json @@ -2,12 +2,16 @@ "$schema": "https://turborepo.com/schema.json", "tasks": { "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true }, "test": { "cache": false, "persistent": true + }, + "build": { + "outputs": ["dist/**"] } } } -- cgit v1.2.3