Browse Source

fix(update electron-build target for latest release when installing grpc)

renovate/lint-staged-8.x
João Almeida 7 years ago
parent
commit
8481c8108c
  1. 2
      app/package.json

2
app/package.json

@ -11,7 +11,7 @@
},
"scripts": {
"postinstall": "npm rebuild --runtime=electron --target=1.6.6 --disturl=https://atom.io/download/atom-shell --build-from-source",
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.6.10"
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.7.10"
},
"license": "MIT",
"dependencies": {

Loading…
Cancel
Save