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

This commit is contained in:
2026-03-13 12:38:55 -05:00
parent 96902bab44
commit 02a0d515d9
+1 -1
View File
@@ -11,7 +11,7 @@
"dependsOn": ["^lint"] "dependsOn": ["^lint"]
}, },
"typecheck": { "typecheck": {
"dependsOn": ["^typecheck"] "dependsOn": ["^build"]
}, },
"test": { "test": {
"dependsOn": ["^build"], "dependsOn": ["^build"],