Browse Source

build: do not build grpc-node from source

grpc-node provides node bindings that are specifically targeted towards
electron. Make use of these rather than force compiling grpc on install.

See https://github.com/LN-Zap/zap-desktop/issues/420
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
556e541278
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      app/package.json

2
app/package.json

@ -10,7 +10,7 @@
"url": "https://github.com/LN-Zap/zap-desktop"
},
"scripts": {
"postinstall": "npm rebuild --runtime=electron --target=2.0.2 --disturl=https://atom.io/download/atom-shell --build-from-source"
"postinstall": "npm rebuild --runtime=electron --target=2.0.2 --disturl=https://atom.io/download/electron"
},
"license": "MIT",
"dependencies": {

Loading…
Cancel
Save