Skip to content

Commit

Permalink
Check release
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Feb 1, 2023
1 parent 0e80a0b commit 888a2b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ version-cmd = "python scripts/bump_version.py --force"
[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0a32'",
"jlpm"
"jlpm",
"jlpm build:prod"
]
before-build-python = [
"python -m pip install 'jupyterlab>=4.0.0a32'",
Expand Down

0 comments on commit 888a2b7

Please sign in to comment.