Skip to content

Commit 2e63a7b

Browse files
committed
modified postinstall to only target grpc
1 parent 52a02c0 commit 2e63a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"package-linux": "electron-builder build --linux",
1616
"gh-publish-mac": "electron-builder build --x64 --mac -p always",
1717
"gh-publish": "electron-builder build -mwl -p always",
18-
"postinstall": "npm rebuild --runtime=electron --target=7.0.1"
18+
"postinstall": "npm rebuild grpc --runtime=electron --target=7.0.1"
1919
},
2020
"author": {
2121
"name": "Swell",
@@ -124,7 +124,7 @@
124124
"main.js",
125125
"httpserver.js"
126126
],
127-
"nodeVersion":"12.14.1",
127+
"nodeVersion": "12.14.1",
128128
"nsis": {
129129
"createDesktopShortcut": "always"
130130
},

0 commit comments

Comments
 (0)