fix(turbo): typecheck must depend on ^build so package types are available
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-03-13 12:35:55 -05:00
parent 0fe2cb79a7
commit 19a04e9b0d

View File

@@ -11,7 +11,7 @@
"dependsOn": ["^lint"]
},
"typecheck": {
"dependsOn": ["^typecheck"]
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["^build"],