Skip to content

Commit 6a9ebe4

Browse files
committed
Add gem build to reference commands
1 parent e871c7d commit 6a9ebe4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ bundle exec rubocop # Run linter
2222
bundle exec rubocop -a # Auto-fix lint issues
2323
bundle exec yard doc # Generate docs, open in browser
2424
bundle exec yard stats --list-undoc # Show undocumented methods
25+
gem build # Build the gem (no arguments — auto-picks the gemspec)
2526
rake new_release # Start a new release (interactive)
2627
```
2728

0 commit comments

Comments
 (0)