summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/package.json b/desktop/packages/mullvad-vpn/package.json
index e1a1dcf2c2..c49336cfab 100644
--- a/desktop/packages/mullvad-vpn/package.json
+++ b/desktop/packages/mullvad-vpn/package.json
@@ -85,7 +85,7 @@
},
"scripts": {
"preinstall": "test -d node_modules || mkdir node_modules",
- "build": "gulp build",
+ "build": "gulp build-vite",
"build:vite": "vite build",
"pack-test-executable": "./scripts/build-test-executable.sh",
"build-test-executable": "npm run build && npm run pack-test-executable",