diff --git a/turbo.json b/turbo.json index 227ab66..5cae2fe 100644 --- a/turbo.json +++ b/turbo.json @@ -2,8 +2,8 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { - "dependsOn": ["^db:generate", "prepare"], - "outputs": [".next/**", "!.next/cache/**", "dist/**"] + "dependsOn": ["^db:generate"], + "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] }, "setup": { "dependsOn": ["^dd", "^db:generate", "^build"],