You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequential: {alias: 's',type: 'boolean',description: 'Rebuild modules sequentially, this is enabled by default on Windows'},
29
29
debug: {alias: 'b',type: 'boolean',description: 'Build debug version of modules'},
30
30
'prebuild-tag-prefix': {type: 'string',description: 'GitHub tag prefix passed to prebuild-install. Default is "v"'},
31
+
'force-build-from-source': {type: 'boolean',description: 'Skip prebuild download and rebuild module from source. Default is false'},
31
32
'force-abi': {type: 'number',description: 'Override the ABI version for the version of Electron you are targeting. Only use when targeting Nightly releases.'},
32
33
'use-electron-clang': {type: 'boolean',description: 'Use the clang executable that Electron used when building its binary. This will guarantee compiler compatibility'},
33
34
'disable-pre-gyp-copy': {type: 'boolean',description: 'Disables the pre-gyp copy step'},
0 commit comments