Skip to content

Commit ae58759

Browse files
committed
add fix for modifying lockfile error
1 parent 002d232 commit ae58759

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ version_cmd = "python scripts/bump-version.py --force"
7575

7676
[tool.jupyter-releaser.hooks]
7777
before-bump-version = [
78-
"python -m pip install -U jupyterlab"
78+
"python -m pip install 'jupyterlab>=4.0.0,<5'",
7979
"jlpm"
8080
]
8181
before-build-npm = [
82-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
83-
"jlpm"
84-
"jlpm build:prod"
82+
"YARN_ENABLE_IMMUTABLE_INSTALLS=0 jlpm build:prod"
8583
]
8684
before-build-python = [
8785
# Build the assets

0 commit comments

Comments
 (0)