Skip to content

Commit 3607041

Browse files
authored
modify the contributing guide a tad bit to use uv run python -m reflex.utils.pyi_generator (#5576)
1 parent 19aae77 commit 3607041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ For some pull requests when adding new components you will have to generate a py
108108
(Please check in with the team before adding a new component to Reflex we are cautious about adding new components to Reflex's core.)
109109

110110
```bash
111-
uv run python scripts/make_pyi.py
111+
uv run python -m reflex.utils.pyi_generator
112112
```

0 commit comments

Comments
 (0)