Update .git_push_upgrade_template.js

This commit is contained in:
baozhoutao 2022-02-11 22:22:48 +08:00
parent 5f3dfc86c0
commit 22b35d63d3

View File

@ -14,7 +14,6 @@ _.each(apps, function(item){
execSync(`cd ${fPath} && git add . && git commit -m "upgrade template @${versionInfo.version}" && git push`);
} catch (error) {
console.error(error.stdout.toString())
throw error;
}
}
})