Skip to content

Commit

Permalink
Comment npm related release hook (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
fcollonval and fcollonval authored Jul 28, 2024
1 parent b779035 commit 02764ce
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ exclude = [".github"]
[tool.jupyter-releaser.options]
version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"jlpm",
"jlpm build:prod",
]
before-build-python = ["jlpm clean:all"]
# [tool.jupyter-releaser.hooks]
# before-build-npm = [
# "jlpm",
# "jlpm build:prod",
# ]
# before-build-python = ["jlpm clean:all"]

[tool.mypy]
python_version = "3.8"
Expand Down

0 comments on commit 02764ce

Please sign in to comment.