diff --git a/projects/jupyter-collaboration-ui/pyproject.toml b/projects/jupyter-collaboration-ui/pyproject.toml index e62e76e2..94fbe620 100644 --- a/projects/jupyter-collaboration-ui/pyproject.toml +++ b/projects/jupyter-collaboration-ui/pyproject.toml @@ -61,7 +61,7 @@ skip-if-exists = ["jupyter_collaboration_ui/labextension/static/style.js"] [tool.hatch.build.hooks.jupyter-builder.build-kwargs] npm = ["jlpm"] -path = "../../packages/collaboration-extension" +path = "../../" build_cmd = "build:prod" editable_build_cmd = "install:extension" diff --git a/projects/jupyter-docprovider/pyproject.toml b/projects/jupyter-docprovider/pyproject.toml index 6c1e695f..c45d629f 100644 --- a/projects/jupyter-docprovider/pyproject.toml +++ b/projects/jupyter-docprovider/pyproject.toml @@ -61,7 +61,7 @@ skip-if-exists = ["jupyter_docprovider/labextension/static/style.js"] [tool.hatch.build.hooks.jupyter-builder.build-kwargs] npm = ["jlpm"] -path = "../../packages/docprovider-extension" +path = "../.." build_cmd = "build:prod" editable_build_cmd = "install:extension"