summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-11-18 14:10:33 +0100
committerOskar <oskar@mullvad.net>2024-11-19 09:00:43 +0100
commit5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686 (patch)
treee67656500bb5a14913076d3872b50026eeef3bae
parent1a2607c87d9bcf064e9ad45f5dfd46ce9fbd39c4 (diff)
downloadmullvadvpn-5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686.tar.xz
mullvadvpn-5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686.zip
Disable fund and audit output in npm install
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5326b1e14a..8509cdb1c7 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)"