fix(cicd): flakey typecheck (#14828)
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
||||||
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"typecheck": {},
|
"typecheck": {
|
||||||
|
"dependsOn": ["^build"]
|
||||||
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**"]
|
||||||
|
|||||||
Reference in New Issue
Block a user