Skip to content

Commit be53385

Browse files
committed
Change rebuild to only
1 parent aefc546 commit be53385

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
@@ -205,7 +205,7 @@
205205
"posttest": "mongodb-runner stop --port 27017",
206206
"check": "mongodb-js-precommit './src/**/*{.js,.jsx}' './test/**/*.js'",
207207
"clean": "hadron-build clean",
208-
"postinstall": "electron-rebuild -f -w kerberos,keytar",
208+
"postinstall": "electron-rebuild -o kerberos,keytar",
209209
"compile-ui": "hadron-build ui",
210210
"release": "hadron-build release",
211211
"test-unit": "npm test -- --unit",

0 commit comments

Comments
 (0)