mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 19:02:42 +01:00
run electron-rebuild on postinstall
This commit is contained in:
parent
5f87bf3e28
commit
5a50e3e06f
@ -17,6 +17,7 @@
|
|||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "electron-rebuild",
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix",
|
||||||
"build": "npm run build:main | npm run build:renderer",
|
"build": "npm run build:main | npm run build:renderer",
|
||||||
|
Loading…
Reference in New Issue
Block a user