File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 working-directory : jupyter-widget-testwidgets
4242 run : |
4343 pytest
44- yarn
4544 yarn run lint:check
4645 yarn run test
4746
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ test = [
5555]
5656
5757[project .urls ]
58- Homepage = " https://github.com/{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}"
58+ Homepage = " https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}"
5959
6060[tool .hatch .build ]
6161artifacts = [
@@ -76,6 +76,7 @@ exclude = [
7676]
7777
7878[tool .hatch .build .hooks .jupyter-builder ]
79+ build-function = " hatch_jupyter_builder.npm_builder"
7980ensured-targets = [
8081 " {{ cookiecutter.github_project_name }}/nbextension/index.js" ,
8182 " {{ cookiecutter.github_project_name }}/labextension/package.json" ,
You can’t perform that action at this time.
0 commit comments