diff --git a/.copier-answers.yaml b/.copier-answers.yaml index fb05fcc..024bd87 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2d0c192 +_commit: f3ffa74 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/pyproject.toml b/pyproject.toml index 6507ebe..206cabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,6 @@ exclude = [ [tool.hatch.build.hooks.hatch-js] path = "js" -install_cmd = "install" build_cmd = "build" tool = "pnpm" targets = ["python_template_js/extension/cdn/index.js"]