diff options
| author | Oskar <oskar@mullvad.net> | 2024-11-18 14:10:33 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-11-19 09:00:43 +0100 |
| commit | 5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686 (patch) | |
| tree | e67656500bb5a14913076d3872b50026eeef3bae | |
| parent | 1a2607c87d9bcf064e9ad45f5dfd46ce9fbd39c4 (diff) | |
| download | mullvadvpn-5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686.tar.xz mullvadvpn-5f0f8b485d00f9fb9b2ccd5db4c9ffcd32d3d686.zip | |
Disable fund and audit output in npm install
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |
