From 8afe6120ce73bdc43b6830409e53f7a4d559e0fc Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 23 Feb 2023 03:22:14 +0900 Subject: [PATCH] Fix local build issues (#1455) --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index e00d3287c..476af4022 100644 --- a/turbo.json +++ b/turbo.json @@ -42,6 +42,10 @@ "NEXT_PUBLIC_ALGOLIA_APP_ID", "SITE_URL" ], + "outputs": [".next/**", "dist/**"] + }, + "@hive/migrations#build": { + "dependsOn": ["^build"], "outputs": ["dist/**"] }, "typecheck": {