1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

electron-rebuild from node_modules

This commit is contained in:
Kyle Spearrin 2018-02-19 14:54:48 -05:00
parent 8564094b21
commit 4ea1ba452f

View File

@ -17,7 +17,7 @@
},
"license": "GPL-3.0",
"scripts": {
"postinstall": "electron-rebuild",
"postinstall": "./node_modules/.bin/electron-rebuild",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"build": "npm run build:main | npm run build:renderer",