Exit with non-error code at end of publishRelease

This commit is contained in:
Fabio Berger
2018-08-27 15:02:12 +01:00
parent 00a4fa5f7c
commit f4a4fefe42

View File

@@ -17,6 +17,7 @@ const args = yargs
const allUpdatedPackages = await utils.getUpdatedPackagesAsync(shouldIncludePrivate);
await publishReleaseNotesAsync(allUpdatedPackages, isDryRun);
process.exit(0);
})().catch(err => {
utils.log(err);
process.exit(1);