Skip to content

Commit a52617c

Browse files
committed
fix: waits for other projects to tsc
1 parent d9dddb3 commit a52617c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/frontend/turbo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"backend#deploy",
1010
"backend-convex#deploy"
1111
]
12+
},
13+
// Waits for dependency project to emit tsc first
14+
"quickcheck": {
15+
"dependsOn": [
16+
"^quickcheck"
17+
]
1218
}
1319
}
1420
}

0 commit comments

Comments
 (0)