Switch from TypeScript to TypeScript Go. Use pnpm tsgo for Typechecks.

This commit is contained in:
cpojer
2026-01-31 15:30:44 +09:00
parent 72ea3eedc9
commit 762652279b
7 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
- Run CLI in dev: `pnpm openclaw ...` (bun) or `pnpm dev`.
- Node remains supported for running built output (`dist/*`) and production installs.
- Mac packaging (dev): `scripts/package-mac-app.sh` defaults to current arch. Release checklist: `docs/platforms/mac/release.md`.
- Type-check/build: `pnpm build` (tsc)
- Type-check/build: `pnpm build`
- Lint/format: `pnpm lint` (oxlint), `pnpm format` (oxfmt)
- Tests: `pnpm test` (vitest); coverage: `pnpm test:coverage`