From 143966b9a56fb686ec8e9e797d7d02e05a0465de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Chci=C5=84ski?= Date: Mon, 6 Jun 2022 12:12:29 +0200 Subject: [PATCH] Move build to higher level --- apps/desktop/package.json | 4 ---- package.json | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index bc8cc526609..c1efa274cba 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -15,10 +15,6 @@ "url": "git+https://github.com/bitwarden/clients.git" }, "license": "GPL-3.0", - "build": { - "generateUpdatesFilesForAllChannels": true, - "electronVersion": "16.2.7" - }, "scripts": { "start": "cross-env ELECTRON_IS_DEV=0 ELECTRON_NO_UPDATER=1 electron ./build", "preinstall": "npm run sub:init", diff --git a/package.json b/package.json index d91ff6dd53f..916551e6104 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "url": "https://github.com/bitwarden/clients/issues" }, "homepage": "https://bitwarden.com", + "build": { + "generateUpdatesFilesForAllChannels": true + }, "scripts": { "lint": "eslint . && prettier --check .", "lint:fix": "eslint . --fix",