refactor(cli): split tjwater cli modules
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"install:opencode": "bun install --cwd .opencode",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"typecheck:opencode": "bun run --cwd .opencode typecheck",
|
||||
"test:cli": "node --test node-tests/cli/*.node.mjs",
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"build": "bun run check",
|
||||
"check": "bun run typecheck && bun run typecheck:opencode",
|
||||
|
||||
Reference in New Issue
Block a user