fix(cicd): flakey typecheck (#14828)

This commit is contained in:
Luke Parker
2026-02-24 09:13:31 +10:00
committed by GitHub
parent 24c63914bf
commit ad5f0816a3

View File

@@ -3,7 +3,9 @@
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"tasks": {
"typecheck": {},
"typecheck": {
"dependsOn": ["^build"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]