summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-03-21 16:52:31 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-24 10:16:21 +0200
commit19b47c2c7d34e53e5239afe2ccc3538f4995b705 (patch)
tree24aba7601913a13c9c1bec92ddd90eb801992057
parent8adf7fb90062e391ec47aac456a53e1bbcf7bac0 (diff)
downloadmullvadvpn-19b47c2c7d34e53e5239afe2ccc3538f4995b705.tar.xz
mullvadvpn-19b47c2c7d34e53e5239afe2ccc3538f4995b705.zip
Replace gulp command with npm script to build standalone
-rwxr-xr-xdesktop/packages/mullvad-vpn/scripts/build-test-executable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
index 323a717cd5..fe67304c2f 100755
--- a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
+++ b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
@@ -66,7 +66,7 @@ function build_test_executable {
rm -rf "$temp_dir"
}
-npx gulp build-standalone
+npm run build:standalone
case "$TARGET" in
"aarch64-unknown-linux-gnu")