Skip to content

Commit 0b2fa8a

Browse files
committed
Adding hooks to for jupyter-releaser
1 parent 1b6b4d6 commit 0b2fa8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ npm = ["jlpm"]
1515

1616
[tool.check-manifest]
1717
ignore = ["jupyterlab_lego_boost/labextension/**", "yarn.lock", ".*", "package-lock.json"]
18+
19+
[tool.jupyter-releaser.hooks]
20+
before-build-npm = ["python -m pip install jupyterlab~=3.4", "jlpm"]
21+
before-build-python = ["jlpm clean:all"]
22+

0 commit comments

Comments
 (0)