From 2dc109ccc5286ccf6e4201161bcffa32c5e4a703 Mon Sep 17 00:00:00 2001 From: Shintaro Jokagi Date: Tue, 3 Jun 2025 10:58:37 +1200 Subject: [PATCH] fix(turbo): correct output path for build task in turbo.json --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 058731d..9f023e3 100644 --- a/turbo.json +++ b/turbo.json @@ -18,7 +18,7 @@ }, "build": { "cache": true, - "outputs": [".dist/**"] + "outputs": ["dist/**"] }, "test": { "cache": true,