fix(turbo): typecheck must depend on ^build so package types are available

This commit is contained in:
2026-03-13 12:38:54 -05:00
parent 280c5351e2
commit 2bf3816efc
+1 -1
View File
@@ -11,7 +11,7 @@
"dependsOn": ["^lint"]
},
"typecheck": {
"dependsOn": ["^typecheck"]
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["^build"],