remove build from typecheck

This commit is contained in:
Dax Raad 2026-03-04 09:20:24 -05:00
parent 18cad10647
commit e3267413c2

View File

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