Skip to content

Commit 2ec5552

Browse files
committed
update pyproject.toml
1 parent a58c6e5 commit 2ec5552

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ editable_build_cmd = "install:extension"
6969
version-cmd = "hatch version"
7070

7171
[tool.jupyter-releaser.hooks]
72-
before-bump-version = [
72+
before-build-npm = [
7373
"python -m pip install --pre -U jupyterlab>=4.0.0,<5",
7474
"jlpm"
75-
]
76-
before-build-npm = [
7775
"jlpm build:prod"
7876
]
7977
before-build-python = [

0 commit comments

Comments
 (0)