We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git pull
1 parent e389b60 commit 8e7165dCopy full SHA for 8e7165d
scripts/dev.mts
@@ -56,9 +56,6 @@ async function dev() {
56
return
57
}
58
59
- console.log(cyan('Fetching origin...'))
60
- spawn.sync('git', ['pull'], { stdio: 'inherit' })
61
-
62
console.log(cyan(`Switching to Vue ${targetVersion}...`))
63
const mod = await loadFile('./vite.config.ts')
64
0 commit comments