Commit 24268d03 authored by Amanda Chen's avatar Amanda Chen

fix:测试# Please enter the commit message for your changes. Lines starting

parent f66d8406
...@@ -2,7 +2,7 @@ var execSync = require("child_process").execSync; ...@@ -2,7 +2,7 @@ var execSync = require("child_process").execSync;
function execute(cmd) { function execute(cmd) {
execSync(cmd, function (error, stdout, stderr) { execSync(cmd, function (error, stdout, stderr) {
if (error) { if (error) {
console.error("发生错误", error); console.error("发生错误l", error);
process.exit(1); process.exit(1);
// throw error; // throw error;
} }
...@@ -36,3 +36,6 @@ execute("git push"); ...@@ -36,3 +36,6 @@ execute("git push");
execute(`git tag -a ${params.tag} -m ${params.m}`); execute(`git tag -a ${params.tag} -m ${params.m}`);
execute(`git push --tags `); execute(`git push --tags `);
console.log("successfull"); console.log("successfull");
console.log("successfull");
console.log("successfull");
console.log("successfull");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment