From 730b5ca0b2fdbf75b2f9389df4c351f66b6e2fa9 Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:09:15 -0400 Subject: [PATCH] Fix deploy --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 6264650..1778671 100644 --- a/turbo.json +++ b/turbo.json @@ -16,6 +16,7 @@ "dependsOn": ["^build"] }, "build": { + "outputs": ["dist/**"], "dependsOn": ["^build"] }, "lint:check": {