Skip to content

Commit 142bdc9

Browse files
chore: apply automated updates
1 parent 3bee5c3 commit 142bdc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

AGENTS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Custom `CLIError` class with error codes: `EARG`, `E_UNKNOWN_COMMAND`, `E_NO_COM
6666
6767
## Scripts
6868
69-
| Command | Description |
70-
|---------|-------------|
71-
| `pnpm dev` | Vitest watch mode |
72-
| `pnpm test` | Lint + typecheck + vitest with coverage |
73-
| `pnpm test:types` | Type checking via `tsgo --noEmit` |
74-
| `pnpm lint` | `oxlint . && oxfmt --check` |
75-
| `pnpm lint:fix` | `oxlint . --fix && oxfmt` |
76-
| `pnpm build` | Build with obuild → `dist/` |
77-
| `pnpm play` | Run playground CLI |
69+
| Command | Description |
70+
| ----------------- | --------------------------------------- |
71+
| `pnpm dev` | Vitest watch mode |
72+
| `pnpm test` | Lint + typecheck + vitest with coverage |
73+
| `pnpm test:types` | Type checking via `tsgo --noEmit` |
74+
| `pnpm lint` | `oxlint . && oxfmt --check` |
75+
| `pnpm lint:fix` | `oxlint . --fix && oxfmt` |
76+
| `pnpm build` | Build with obuild → `dist/` |
77+
| `pnpm play` | Run playground CLI |
7878
7979
## Tooling
8080

0 commit comments

Comments
 (0)