Skip to content

Commit 2d28a1b

Browse files
committed
release ci: do not eat npm output
1 parent 9f2cdea commit 2d28a1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

release/release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def get_json(url: str) -> dict:
8282
["npm", "run", "ci-build-release"],
8383
cwd=root / "web",
8484
check=True,
85-
capture_output=True,
8685
)
8786
subprocess.run(
8887
["git", "add", "--all", f"mitmproxy/tools/web"], cwd=root, capture_output=True

0 commit comments

Comments
 (0)