build: Drop the ^typecheck dependency from the typecheck task (#35089)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Charlie Kolb 2026-07-28 15:26:58 +02:00 committed by GitHub
parent dac8938c13
commit 696be809cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
"env": ["RELEASE"]
},
"typecheck": {
"dependsOn": ["^typecheck", "^build"]
"dependsOn": ["^build"]
},
"format": {},
"format:check": {},