diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-10 17:13:31 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-23 09:35:55 +0200 |
| commit | 5ea98af9fc97106c2180ce1bf6843a4631fffdc3 (patch) | |
| tree | 4cbf9f37d0f56e7743f282bc0b6180bc15d1fb1e | |
| parent | 6246a8fa04ffc8c31836932eb6b4bb205cd4a350 (diff) | |
| download | mullvadvpn-5ea98af9fc97106c2180ce1bf6843a4631fffdc3.tar.xz mullvadvpn-5ea98af9fc97106c2180ce1bf6843a4631fffdc3.zip | |
Add custom npm scripts 'ci' and 'install' to replace their counterparts
| -rw-r--r-- | desktop/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/package.json b/desktop/package.json index 6fdb56cbed..aa78647557 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -13,6 +13,8 @@ "license": "GPL-3.0-or-later", "scripts": { "lint": "eslint --ignore-pattern packages/ . && npm run lint --workspaces --if-present", + "ci": "bash ./scripts/install-scripts.sh ci", + "install": "bash ./scripts/install-scripts.sh install", "lint-fix": "eslint --fix --ignore-pattern packages/ . && npm run lint-fix --workspaces --if-present", "test": "npm run test --workspaces --if-present" }, |
