1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

remove nodeGypRebuild

This commit is contained in:
Kyle Spearrin 2018-02-12 14:03:03 -05:00
parent 432a808c1e
commit 3bb03d13d7

View File

@ -25,8 +25,7 @@
"build:renderer:watch": "webpack --config webpack.renderer.js --watch",
"electron": "npm run build:main && (electron ./build --dev --watch | npm run build:renderer:watch)",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps"
"dist": "electron-builder"
},
"build": {
"appId": "com.bitwarden.desktop",
@ -36,7 +35,6 @@
"output": "dist",
"app": "build"
},
"nodeGypRebuild": true,
"mac": {
"category": "public.app-category.productivity"
},