From 2d28a1b03976672e4e3a957545b6b5caa28b87e4 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 24 Nov 2025 19:06:11 +0100 Subject: [PATCH] release ci: do not eat npm output --- release/release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/release/release.py b/release/release.py index cc7676060..21e08598f 100755 --- a/release/release.py +++ b/release/release.py @@ -82,7 +82,6 @@ if __name__ == "__main__": ["npm", "run", "ci-build-release"], cwd=root / "web", check=True, - capture_output=True, ) subprocess.run( ["git", "add", "--all", f"mitmproxy/tools/web"], cwd=root, capture_output=True