diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5213449129..edf54fa8b0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,5 +108,5 @@ For some pull requests when adding new components you will have to generate a py (Please check in with the team before adding a new component to Reflex we are cautious about adding new components to Reflex's core.) ```bash -uv run python scripts/make_pyi.py +uv run python -m reflex.utils.pyi_generator ```