Skip to content

Commit

Permalink
Build all
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 12, 2024
1 parent 8167995 commit 33d4305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/jupyter-collaboration-ui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion projects/jupyter-docprovider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 33d4305

Please sign in to comment.