Skip to content

Commit eb74953

Browse files
committed
chore: configure turbo build dependencies
1 parent d320302 commit eb74953

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

turbo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
"ui": "tui",
44
"tasks": {
55
"build": {
6-
"dependsOn": ["^build"],
6+
"dependsOn": ["^build", "^db:generate"],
77
"inputs": ["$TURBO_DEFAULT$", ".env*"],
88
"outputs": [".next/**", "!.next/cache/**", "dist/**"],
99
"env": ["DATABASE_URL"]
1010
},
11+
"db:generate": {
12+
"cache": false
13+
},
1114
"lint": {
1215
"dependsOn": ["^lint"]
1316
},

0 commit comments

Comments
 (0)