From b7d71ef88c45eb16fec30db067c1767ed573b872 Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 9 Jul 2021 10:12:34 +0100 Subject: [PATCH] [Scripts > Theme] Tweak commit msg --- scripts/add.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/add.js b/scripts/add.js index d3916e5..6aadf04 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -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(); \ No newline at end of file +rl.close();