We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05bc27 commit 8f150fdCopy full SHA for 8f150fd
pyproject.toml
@@ -63,7 +63,12 @@ skip-if-exists = ["jupyterlab_blockly/labextension/static/style.js"]
63
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
64
npm = ["jlpm"]
65
build_cmd = "build:prod"
66
-editable_build_cmd = "install:extension"
+
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"
72
73
[tool.jupyter-releaser.options]
74
version-cmd = "hatch version"
0 commit comments