We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2fa11 commit e38b448Copy full SHA for e38b448
pyproject.toml
@@ -48,7 +48,7 @@ version_cmd = "npm run versionlerna"
48
[tool.jupyter-releaser.hooks]
49
before-build-npm = [
50
"python -m pip install 'jupyterlab>=4.0.0,<5'",
51
- "jlpm install--verbose",
+ "jlpm install --verbose",
52
"jlpm build:prod"
53
]
54
before-build-python = ["jlpm clean:all"]
0 commit comments