mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Scripts > Theme] Tweak commit msg
This commit is contained in:
parent
f761cfbd56
commit
b7d71ef88c
1 changed files with 2 additions and 2 deletions
|
@ -104,11 +104,11 @@ if (shouldCommit) {
|
|||
|
||||
await exec(`git add dist ${file}`);
|
||||
|
||||
await exec(`git commit -m "[(Auto) Add Theme (${type2.toUpperCase()}Theme)] ${repo}"`);
|
||||
await exec(`git commit -m "[Add Theme (${type2.toUpperCase()})] ${repo}"`);
|
||||
|
||||
console.log('Pushing...');
|
||||
|
||||
await exec(`git push`);
|
||||
}
|
||||
|
||||
rl.close();
|
||||
rl.close();
|
||||
|
|
Loading…
Reference in a new issue