diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-02-18 11:44:54 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-25 12:51:51 +0100 |
| commit | 092990b61d18ca597c8679ac82f97ba1c5c8d817 (patch) | |
| tree | 5ada440a9f1f9fea075ba3d67c90544e6c3f076e | |
| parent | 92d2eeeb4eb6fae9c1ea570323bd9babb8b4310c (diff) | |
| download | mullvadvpn-092990b61d18ca597c8679ac82f97ba1c5c8d817.tar.xz mullvadvpn-092990b61d18ca597c8679ac82f97ba1c5c8d817.zip | |
Remove build from build-test-executable npm script
The appropriate build command is invoked within
the build-test-executable.sh script and we do
not need to call it here.
This npm script could probably be removed but has
been kept for legacy reasons. When removing gulp
as a dependency we should probably remove this
npm script as well.
| -rw-r--r-- | desktop/packages/mullvad-vpn/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/package.json b/desktop/packages/mullvad-vpn/package.json index 6ec8dbef29..57e415c9da 100644 --- a/desktop/packages/mullvad-vpn/package.json +++ b/desktop/packages/mullvad-vpn/package.json @@ -89,7 +89,7 @@ "build:vite": "vite build", "build:test": "gulp build-test", "pack-test-executable": "./scripts/build-test-executable.sh", - "build-test-executable": "npm run build && npm run pack-test-executable", + "build-test-executable": "npm run pack-test-executable", "lint": "eslint .", "lint-fix": "eslint --fix .", "e2e": "npm run build:test && npm run e2e:no-build", |
