ci: fix builds for chat???

This commit is contained in:
2025-03-26 17:00:07 +01:00
parent 30d3ad2f2d
commit 6406df0501

View File

@@ -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"],