re-enable build command(s)

This commit is contained in:
Aran-Fey
2025-09-21 19:34:11 +02:00
parent 7199691f80
commit ba8f4030e4

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 --with-requirements pyproject.toml python -m scripts.build",
]
[tool.ruff]