Skip to content

Commit

Permalink
Fix before-build-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jun 15, 2023
1 parent ca90a91 commit 195f213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling>=1.10.0",
"jupyterlab>=4.0.0a30",
"jupyterlab>=4.0.0a37",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -147,7 +147,7 @@ after-bump-version = [
"python tools/post-bump.py",
]
before-build-npm = [
"python -m pip install 'jupyterlab<4'",
"python -m pip install 'jupyterlab>=4.0.0a37'",
"jlpm",
"jlpm build:prod",
]
Expand Down

0 comments on commit 195f213

Please sign in to comment.