Skip to content

Commit 9a64e8b

Browse files
authored
Merge pull request #66 from oslabs-beta/postinstall
modified package.json postinstall script to only target grpc
2 parents f41a71a + 2e63a7b commit 9a64e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)