File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments