<!-- Which version of electron-builder are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 19.56.0 <!-- Which version of electron-updater are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: macOS <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://www.electron.build/donate) --> The command `$ electron-builder build` fails on a development environment because we are not providing AWS publishing credentials on local environments. The error being thrown is `CredentialsError: Missing credentials in config`. Is there any way to build/package the app locally just for testing purposes without having to provide publishing credentials?