Skip to content

Commit

Permalink
align hooks with template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jun 20, 2023
1 parent 51e0657 commit d28d482
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@ skip-if-exists = [
"jupyter_resource_usage/labextension/static/style.js",
]

[tool.hatch.build.hooks.jupyter-builder.editable-build-kwargs]
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
build_cmd = "build:prod"
npm = [
"jlpm",
]
force = true

[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
build_cmd = "build:prod"
[tool.hatch.build.hooks.jupyter-builder.editable-build-kwargs]
build_cmd = "install:extension"
npm = [
"jlpm",
]
Expand Down

0 comments on commit d28d482

Please sign in to comment.