Skip to content

Commit c84aad7

Browse files
authored
chore: ensure build runs before cf-typegen (#871)
1 parent 0751371 commit c84aad7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

turbo.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
"dist/**"
1313
]
1414
},
15-
"check": {},
16-
"cf-typegen": {},
15+
"check": {
16+
"dependsOn": ["build"]
17+
},
18+
"cf-typegen": {
19+
"dependsOn": ["build"]
20+
},
1721
"deploy": {
1822
"env": ["CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_TOKEN"]
1923
},

0 commit comments

Comments
 (0)