Skip to content

Commit db4f51e

Browse files
committed
update before build npm
1 parent 79abe32 commit db4f51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ version_cmd = "hatch version"
7575

7676
[tool.jupyter-releaser.hooks]
7777
before-build-npm = [
78-
"python -m pip install jupyterlab>=4.0.0,<5"
79-
"jlpm"
78+
"python -m pip install jupyterlab>=4.0.0,<5",
79+
"jlpm",
8080
"jlpm build:prod"
8181
]
8282
before-build-python = [

0 commit comments

Comments
 (0)