Skip to content

Commit

Permalink
Disable fund and audit output in npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Nov 19, 2024
1 parent 1a2607c commit 5f0f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 5f0f8b4

Please sign in to comment.