commit.ts
This commit is contained in:
@@ -305,6 +305,8 @@ async function main() {
|
||||
|
||||
console.log("Git command: ", "git", gitCommitArgs);
|
||||
await execCommandShell("git", gitCommitArgs);
|
||||
console.log("Git push");
|
||||
await execCommandShell("git", ["push"]);
|
||||
}
|
||||
|
||||
main().catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user