Skip to content

Commit e27f924

Browse files
committed
Fix minor issues in contributing docs
1 parent e5564e6 commit e27f924

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/about/contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you plan to make code changes to this repository, you will need to install the following dependencies first:
44

55
- [Git](https://git-scm.com/downloads)
6-
- [Python 3.9+](https://www.python.org/downloads/)
6+
- [Python 3.11+](https://www.python.org/downloads/)
77
- [Hatch](https://hatch.pypa.io/latest/)
88
- [Bun](https://bun.sh/)
99

@@ -41,6 +41,7 @@ By utilizing `hatch`, the following commands are available to manage the develop
4141
| `hatch fmt --check` | Run all linters and formatters, but do not save fixes to the disk |
4242
| `hatch fmt --linter` | Run only linters |
4343
| `hatch fmt --formatter` | Run only formatters |
44+
| `hatch run javascript:build` | Manually re-build the JavaScript bundle |
4445
| `hatch run javascript:check` | Run the JavaScript linter/formatter |
4546
| `hatch run javascript:fix` | Run the JavaScript linter/formatter and write fixes to disk |
4647
| `hatch run python:type_check` | Run the Python type checker |

0 commit comments

Comments
 (0)