diff options
| -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" }, |
