Skip to content

Commit 43f30ae

Browse files
authored
Merge pull request #13 from DenisaCG/release
Adding hooks to `pyproject.toml` for jupyter-releaser
2 parents df1570b + 0b2fa8a commit 43f30ae

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)