Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ bun run lint # Run Biome lint only
bun run lint:fix # Run Biome lint with auto-fix
bun run format # Check Biome formatting
bun run format:fix # Fix Biome formatting
bun run knip # Detect unused files, deps, and exports
bun run tsc # TypeScript type-check (no emit)
bun run dts # Generate TypeScript declaration files
bun run clean # Clean dist/ and coverage/ dirs
Expand Down
Loading
Loading