From 5ea98af9fc97106c2180ce1bf6843a4631fffdc3 Mon Sep 17 00:00:00 2001 From: Tobias Järvelöv Date: Fri, 10 Apr 2026 17:13:31 +0200 Subject: Add custom npm scripts 'ci' and 'install' to replace their counterparts --- desktop/package.json | 2 ++ 1 file changed, 2 insertions(+) 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" }, -- cgit v1.3-3-g829e