Skip to content

Commit 8f150fd

Browse files
committed
modify editable build kwargs
1 parent f05bc27 commit 8f150fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ skip-if-exists = ["jupyterlab_blockly/labextension/static/style.js"]
6363
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
6464
npm = ["jlpm"]
6565
build_cmd = "build:prod"
66-
editable_build_cmd = "install:extension"
66+
67+
[tool.hatch.build.hooks.jupyter-builder.editable-build-kwargs]
68+
build_cmd = "install:extension"
69+
npm = ["jlpm"]
70+
source_dir = "src"
71+
build_dir = "jupyterlab_blockly/labextension"
6772

6873
[tool.jupyter-releaser.options]
6974
version-cmd = "hatch version"

0 commit comments

Comments
 (0)