Build project

This commit is contained in:
Mitchell Borrego 2022-07-26 02:27:41 -04:00
parent 07e48b8629
commit f41af9192a
No known key found for this signature in database
GPG key ID: BE864F77C8CFBB4C
2 changed files with 4 additions and 2 deletions

4
dist/index.js vendored
View file

@ -20577,7 +20577,9 @@ const buildExec = () => {
if (uploaderVersion == '') {
uploaderVersion = 'latest';
}
console.debug({ execArgs });
if (verbose) {
console.debug({ execArgs });
}
return { execArgs, options, failCi, os, uploaderVersion, verbose };
};
/* harmony default export */ const src_buildExec = (buildExec);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long