mirror of https://github.com/openclaw/openclaw.git
chore: add format:fix to AGENTS
This commit is contained in:
parent
a6187b568c
commit
2dcaaa4b61
|
|
@ -60,6 +60,8 @@
|
|||
- Type-check/build: `pnpm build`
|
||||
- TypeScript checks: `pnpm tsgo`
|
||||
- Lint/format: `pnpm check`
|
||||
- Format check: `pnpm format` (oxfmt --check)
|
||||
- Format fix: `pnpm format:fix` (oxfmt --write)
|
||||
- Tests: `pnpm test` (vitest); coverage: `pnpm test:coverage`
|
||||
|
||||
## Coding Style & Naming Conventions
|
||||
|
|
|
|||
Loading…
Reference in New Issue