Skip to content

Commit 89b6c33

Browse files
chore: apply automated updates
1 parent 653b127 commit 89b6c33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AGENTS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ When adding new features or changing behavior, update both files accordingly.
2020

2121
## Scripts
2222

23-
| Script | Description |
24-
| -------------------- | ----------------------------------------------- |
23+
| Script | Description |
24+
| -------------------- | -------------------------------------------------------- |
2525
| `pnpm run build` | Build with obuild (`dist/index.mjs`, `dist/index.d.mts`) |
26-
| `pnpm run dev` | Start vitest in watch mode |
27-
| `pnpm run test` | Lint + typecheck + vitest with coverage |
28-
| `pnpm run lint` | Run oxlint and oxfmt |
29-
| `pnpm run lint:fix` | Auto-fix lint/format issues |
30-
| `pnpm run typecheck` | Run tsgo --noEmit |
26+
| `pnpm run dev` | Start vitest in watch mode |
27+
| `pnpm run test` | Lint + typecheck + vitest with coverage |
28+
| `pnpm run lint` | Run oxlint and oxfmt |
29+
| `pnpm run lint:fix` | Auto-fix lint/format issues |
30+
| `pnpm run typecheck` | Run tsgo --noEmit |
3131

3232
## Source Structure
3333

0 commit comments

Comments
 (0)