File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ See [MODULES.md](./MODULES.md) for the full list of available modules.
2626
2727** Prerequisites:** Node.js 22+, pnpm
2828
29- | Script | Command | Description |
30- | ----------- | ---------------- | -------------------------------- |
31- | ` build ` | ` pnpm build ` | Build all modules to ` dist/ ` |
29+ | Script | Command | Description |
30+ | ----------- | ---------------- | ---------------------------------- |
31+ | ` build ` | ` pnpm build ` | Build all modules to ` dist/ ` |
3232| ` dev ` | ` pnpm dev ` | Watch mode with automatic rebuilds |
33- | ` typecheck ` | ` pnpm typecheck ` | Run TypeScript type checking |
34- | ` lint ` | ` pnpm lint ` | Lint the codebase |
35- | ` lint:fix ` | ` pnpm lint:fix ` | Lint and auto-fix issues |
36- | ` format ` | ` pnpm format ` | Format all files with Prettier |
33+ | ` typecheck ` | ` pnpm typecheck ` | Run TypeScript type checking |
34+ | ` lint ` | ` pnpm lint ` | Lint the codebase |
35+ | ` lint:fix ` | ` pnpm lint:fix ` | Lint and auto-fix issues |
36+ | ` format ` | ` pnpm format ` | Format all files with Prettier |
3737
3838## License
3939
You can’t perform that action at this time.
0 commit comments