Skip to content

Commit d61e368

Browse files
committed
Again try to get logging
1 parent e38b448 commit d61e368

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+
"DEBUG=jlpm:* jlpm",
5252
"jlpm build:prod"
5353
]
5454
before-build-python = ["jlpm clean:all"]

0 commit comments

Comments
 (0)