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:
parent
d184abd54d
commit
143966b9a5
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user