speedup build command now that scripts.build has no deps

This commit is contained in:
iap
2025-09-26 20:01:54 -04:00
parent f1f6c9c2cc
commit f94aacf2f5
+1 -1
View File
@@ -126,7 +126,7 @@ PYTHONPATH = "."
[[tool.hatch.build.hooks.build-scripts.scripts]]
commands = [
"npm install",
"uvx --with-requirements pyproject.toml python -m scripts.build",
"uvx python -m scripts.build",
]
[tool.ruff]