fetch命令优化

This commit is contained in:
zhbaor 2024-09-23 20:03:52 +08:00
parent 63b7d2f7f7
commit 4308e72aa4
2 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ watch(branch, () => {
const steps = computed(() => [
{
title: '更新源码',
command: ['fetch', `switch_${branch.value}`, `reset_${branch.value}`],
command: [`fetch_${branch.value}`, `switch_${branch.value}`, `reset_${branch.value}`],
cwd: 'mower-ng'
},
{