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": { "tasks": {
"typecheck": {}, "typecheck": {},
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": [],
"outputs": ["dist/**"] "outputs": ["dist/**"]
}, },
"opencode#test": { "opencode#test": {