summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b83995acbb..955bb2e6e4 100755
--- a/build.sh
+++ b/build.sh
@@ -462,7 +462,7 @@ if [[ "$DAEMON_ONLY" == "false" ]]; then
log_header "Installing JavaScript dependencies"
pushd desktop
- npm ci --no-audit --no-fund
+ npm run ci
pushd packages/mullvad-vpn