constshouldRemoveDependency=awaitconfirmIfInteractive(interactive, `Do you want us to remove the "${key}" dependency in package.json? Electron Forge ${explanation}.`, updateScripts);
constshouldRemoveDependency=awaitconfirmIfInteractive(interactive, `Do you want us to remove the "${key}" dependency in package.json? Electron Forge ${explanation}.`);
if (packageJSON.scripts[scriptName] !== newValue) {
// eslint-disable-next-line max-len
constshouldUpdate=awaitconfirmIfInteractive(interactive, `Do you want us to update the "${scriptName}" script to instead call the electron-forge task "${newValue}"`);
constshouldUpdate=awaitconfirmIfInteractive(interactive, `Do you want us to update the "${scriptName}" script to instead call the electron-forge task "${newValue}"`, updateScripts);
0 comments on commit
4942cb6