diff --git a/pyproject.toml b/pyproject.toml index 78476320..7f81c3d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]