From 56b2198df18c551ee247eb64852a44091ed29de8 Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Tue, 28 Apr 2026 19:56:29 -0400 Subject: [PATCH] chore: fix turbo build outputs path to match actual dist location --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e1a0cbb..bec9000 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,7 @@ "typecheck": {}, "build": { "dependsOn": ["^build"], - "outputs": ["dist/**"] + "outputs": ["../../dist/**"] }, "test": { "dependsOn": ["^build"],