Skip to content

Commit 8e7165d

Browse files
committed
workflow(dev): do not git pull when starting
1 parent e389b60 commit 8e7165d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/dev.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ async function dev() {
5656
return
5757
}
5858

59-
console.log(cyan('Fetching origin...'))
60-
spawn.sync('git', ['pull'], { stdio: 'inherit' })
61-
6259
console.log(cyan(`Switching to Vue ${targetVersion}...`))
6360
const mod = await loadFile('./vite.config.ts')
6461

0 commit comments

Comments
 (0)