Deploy Production Code for Commit 22bc971733 🚀

This commit is contained in:
James Ives 2022-07-17 13:12:04 +00:00
parent 22bc971733
commit a8cc638e4f

View File

@ -182,6 +182,7 @@ function deploy(action) {
(0, core_1.info)('Updates were rejected'); (0, core_1.info)('Updates were rejected');
// If the push failed for any reason other than being rejected, // If the push failed for any reason other than being rejected,
// there is a problem // there is a problem
console.log('THE LOG---', pushResult.stderr);
if (!rejected && pushResult.stderr) if (!rejected && pushResult.stderr)
throw new Error(pushResult.stderr); throw new Error(pushResult.stderr);
} while (rejected); } while (rejected);