From 5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 18 Nov 2024 14:10:33 +0100 Subject: [PATCH] Disable fund and audit output in npm install --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5326b1e14a25..8509cdb1c7ba 100755 --- a/build.sh +++ b/build.sh @@ -365,7 +365,7 @@ cargo run --bin relay_list "${CARGO_ARGS[@]}" > build/relays.json log_header "Installing JavaScript dependencies" pushd desktop/packages/mullvad-vpn -npm ci +npm ci --no-audit --no-fund log_header "Packing Mullvad VPN $PRODUCT_VERSION artifact(s)"