diff --git a/turbo.json b/turbo.json index 377363d0..0c9fe83c 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["build/**"] + "outputs": ["build/**", ".next/**", "!.next/cache/**"] }, "lint": { "cache": false