diff --git a/turbo.json b/turbo.json index 85848ad6..052aa847 100644 --- a/turbo.json +++ b/turbo.json @@ -5,7 +5,7 @@ "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], - "outputs": [".next/**", "!.next/cache/**","dist"] + "outputs": [".next/**", "!.next/cache/**","dist/**"] }, "build:report": { "dependsOn": ["^build:report"],