Skip to content

Commit 85f9f49

Browse files
Install jupyterlab before npm build (#19)
* Add jupyterlab dependency * Install jupyterlab with releaser hook
1 parent 7c7b01b commit 85f9f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ version-cmd = "hatch version"
7171

7272
[tool.jupyter-releaser.hooks]
7373
before-build-npm = [
74+
"python -m pip install 'jupyterlab>=4.0.0,<5'",
7475
"jlpm",
7576
"jlpm build:prod",
7677
]

0 commit comments

Comments
 (0)