mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-12 21:24:16 +00:00
Speed up version client by partial response reads
This commit is contained in:
parent
fd8f376b22
commit
01149c4575
8 changed files with 1806 additions and 148 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"build": "tsc --noEmit",
|
||||
"check": "biome check --write",
|
||||
"package": "node scripts/build-dist.mjs",
|
||||
"bench:versions": "node scripts/bench-versions-client.mjs",
|
||||
"test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
|
||||
"test": "npm run build && npm run test:unit",
|
||||
"act": "act pull_request -W .github/workflows/test.yml --container-architecture linux/amd64 -s GITHUB_TOKEN=\"$(gh auth token)\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue