diff --git a/turbo.json b/turbo.json index 7a13d2c4..a83c8400 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["dist/**"] + "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "generate": { "outputs": []