Skip to content

Commit

Permalink
chore: missing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jul 30, 2021
1 parent 9197e12 commit 78deec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ async function init() {
console.log(' yarn dev')
break
default:
console.log(`${pkgManager} install`)
console.log(`${pkgManager} run dev`)
console.log(` ${pkgManager} install`)
console.log(` ${pkgManager} run dev`)
break
}
console.log()
Expand Down

0 comments on commit 78deec2

Please sign in to comment.