chore(core): combine build mode checks

This commit is contained in:
exe.dev user
2026-08-06 21:30:58 +00:00
parent bb3e9fb1a1
commit e288b2e6d0
+1 -1
View File
@@ -11,7 +11,7 @@
"fix-node-pty": "bun run script/fix-node-pty.ts",
"benchmark:location": "bun run script/benchmark-location.ts",
"test": "bun test --only-failures",
"typecheck": "tsgo -b && tsgo --noEmit -p tsconfig.tests.json"
"typecheck": "tsgo -b tsconfig.json tsconfig.tests.json"
},
"bin": {
"opencode": "./bin/opencode"