diff --git a/turbo.json b/turbo.json index 8d54b83ac..548b6d7a9 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "tasks": { "build": { "dependsOn": ["^build"], - "outputs": ["dist/**", "build/**"] + "outputs": ["dist/**", "build/**", ".next/**"] }, "dev": { "cache": false,