We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef68544 commit 3d40804Copy full SHA for 3d40804
scripts/git-builds.js
@@ -80,7 +80,7 @@ class Executor {
80
}
81
82
83
-async function main() {
+function main() {
84
const cliPath = process.cwd();
85
const cliExec = new Executor(cliPath);
86
const tempRoot = temp.mkdirSync('angular-cli-builds');
@@ -141,6 +141,4 @@ async function main() {
141
cliBuildsExec.git('push', '--tags');
142
143
144
-main()
145
- .then(() => console.log(green('All good. Thank you.')))
146
- .catch(err => console.log(red('Error happened. Details:\n' + err)));
+main();
0 commit comments