1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-20 02:01:47 +01:00

Move build to higher level

This commit is contained in:
Michal Chciński 2022-06-06 12:12:29 +02:00
parent d184abd54d
commit 143966b9a5
2 changed files with 3 additions and 4 deletions

View File

@ -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",

View File

@ -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",