diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-10 17:13:54 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-22 09:34:25 +0200 |
| commit | e6f3c9cf5efe1d4566997a3a7b70c947cb930190 (patch) | |
| tree | 2fcae7dc73faffd61f37d5b18605861aeeede0bd /BuildInstructions.md | |
| parent | 5a0425f5bc1f018727807141c51ca24dc8c1b413 (diff) | |
| download | mullvadvpn-test-disable-npm-lifecycle-scripts.tar.xz mullvadvpn-test-disable-npm-lifecycle-scripts.zip | |
Update usage of 'npm ci' and `npm install` to 'npm run` counterpartstest-disable-npm-lifecycle-scripts
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index 9bf2f2eda9..18eba2977c 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -329,7 +329,7 @@ This section is for building the desktop app individually. 1. Install all the JavaScript dependencies by running: ```bash - npm install -w mullvad-vpn + npm run install ``` 1. Start the Electron app in development mode by running: |
