mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-17 18:57:30 +00:00
## Summary Last time I ran the `update_schemastore.py` script in ty, due to what I assume was a `npm` version mismatch, the `package-lock.json` file was updated while running `npm install` in the `schemastore`. Due to the use of `git commit -a`, it was accidentally included in the commit for the semi-automated schemastore PR. The solution here is to only add the actual file that we want to commit. Same as https://github.com/astral-sh/ty/pull/1391 ## Test Plan I did a dry-run of this script (by commenting out the final `push`) and verified that the commit did include the schema, but not the updated `package-lock.json` file. |
||
|---|---|---|
| .. | ||
| benchmark | ||
| links | ||
| packages | ||
| popular_packages | ||
| publish | ||
| requirements | ||
| scenarios | ||
| smoke-test | ||
| workspaces | ||
| check_cache_compat.py | ||
| check_embedded_python.py | ||
| check_registry.py | ||
| check_system_python.py | ||
| create-python-mirror.py | ||
| registries-test.py | ||
| release.sh | ||
| reverse-changelog.py | ||
| sync_scenarios.sh | ||
| transform_readme.py | ||
| update_schemastore.py | ||
| uv-run-remote-script-test.py | ||