mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
Use npm ci --ignore-scripts in update_schemastore.py (#16915)
This commit is contained in:
@@ -45,8 +45,8 @@ def update_schemastore(schemastore: Path, *, root: Path) -> None:
|
||||
cwd=schemastore,
|
||||
)
|
||||
|
||||
# Run npm install
|
||||
check_call(["npm", "install"], cwd=schemastore)
|
||||
# Run npm ci
|
||||
check_call(["npm", "ci", "--ignore-scripts"], cwd=schemastore)
|
||||
|
||||
src = schemastore.joinpath("src")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user