wujingjing
2025-02-17 0f01c4bbce19fa8489a4e835c83cb9415549f681
scripts/merge.js
@@ -1,3 +1,5 @@
const { execSync } = require('child_process');
// 合并测试分支到主分支
try {
   execSync('git merge test master', { stdio: 'inherit' });