Skip to content

Commit 8ae2e24

Browse files
authored
Fix double / in ensured targets
1 parent 82d966e commit 8ae2e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies = ["hatch-jupyter-builder>=0.5"]
8080
build-function = "hatch_jupyter_builder.npm_builder"
8181
ensured-targets = [
8282
"jupyter_scheduler/labextension/static/style.js",
83-
"jupyter_scheduler//labextension/package.json",
83+
"jupyter_scheduler/labextension/package.json",
8484
]
8585
skip-if-exists = ["jupyter_scheduler/labextension/static/style.js"]
8686

0 commit comments

Comments
 (0)