remove build from typecheck

pull/15436/merge
Dax Raad 2026-03-04 09:20:24 -05:00
parent 18cad10647
commit e3267413c2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"tasks": {
"typecheck": {},
"build": {
"dependsOn": ["^build"],
"dependsOn": [],
"outputs": ["dist/**"]
},
"opencode#test": {