@fountainhead/branch-officer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -80,2 +80,5 @@ "use strict"; | ||
}); | ||
main(); | ||
main().catch(err => { | ||
console.error(err); | ||
process.exit(1); | ||
}); |
{ | ||
"name": "@fountainhead/branch-officer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Automates the deployment of GitHub Pull Requests as Preview Environments using Helm and Helmfile", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
23551
526