Skip to content

Commit e38b448

Browse files
committed
Fix verbose again
1 parent eb2fa11 commit e38b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ version_cmd = "npm run versionlerna"
4848
[tool.jupyter-releaser.hooks]
4949
before-build-npm = [
5050
"python -m pip install 'jupyterlab>=4.0.0,<5'",
51-
"jlpm install--verbose",
51+
"jlpm install --verbose",
5252
"jlpm build:prod"
5353
]
5454
before-build-python = ["jlpm clean:all"]

0 commit comments

Comments
 (0)