Skip to content

Commit 02764ce

Browse files
authored
Comment npm related release hook (#25)
Co-authored-by: Frédéric Collonval <[email protected]>
1 parent b779035 commit 02764ce

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ exclude = [".github"]
7575
[tool.jupyter-releaser.options]
7676
version_cmd = "hatch version"
7777

78-
[tool.jupyter-releaser.hooks]
79-
before-build-npm = [
80-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
81-
"jlpm",
82-
"jlpm build:prod",
83-
]
84-
before-build-python = ["jlpm clean:all"]
78+
# [tool.jupyter-releaser.hooks]
79+
# before-build-npm = [
80+
# "jlpm",
81+
# "jlpm build:prod",
82+
# ]
83+
# before-build-python = ["jlpm clean:all"]
8584

8685
[tool.mypy]
8786
python_version = "3.8"

0 commit comments

Comments
 (0)