Skip to content

Commit 125c105

Browse files
committed
add missing build function
1 parent 260552e commit 125c105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
working-directory: jupyter-widget-testwidgets
4242
run: |
4343
pytest
44-
yarn
4544
yarn run lint:check
4645
yarn run test
4746

{{cookiecutter.github_project_name}}/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
6161
artifacts = [
@@ -76,6 +76,7 @@ exclude = [
7676
]
7777

7878
[tool.hatch.build.hooks.jupyter-builder]
79+
build-function = "hatch_jupyter_builder.npm_builder"
7980
ensured-targets = [
8081
"{{ cookiecutter.github_project_name }}/nbextension/index.js",
8182
"{{ cookiecutter.github_project_name }}/labextension/package.json",

0 commit comments

Comments
 (0)