Skip to content

Commit 15661ca

Browse files
committed
🐛 ⚡ electron-rebuild option is --which-module not --which
1 parent d4d4723 commit 15661ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,5 @@ gulp.task('electron-rebuild',
273273
'--version %s',
274274
'--node-module-version 46',
275275
'--module-dir ./build/node_modules',
276-
'--which keytar'
276+
'--which-module keytar'
277277
].join(' '), pkg.electron_version)));

0 commit comments

Comments
 (0)