mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
update release script
This commit is contained in:
parent
cb60bdd510
commit
2eb3eb013f
@ -149,7 +149,7 @@ async function main() {
|
||||
cwd: process.cwd()
|
||||
}).toString().trim()
|
||||
|
||||
if (gitStatus.length > 0 && !process.argv.includes("--force")) {
|
||||
if (gitStatus.length > 0 && !process.argv.includes("--ignore-commits")) {
|
||||
console.error("🆘 There are pending changes to commit, please commit first.")
|
||||
return false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user