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