Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Mar 22, 2024
1 parent 571f612 commit f5cb146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/selemondev/create-vue-next/master/image/create-vue-next.png" height="96" />
<img align="center" src="https://raw.githubusercontent.com/selemondev/create-vue-next/master/image/create-vue-next.png" height="400" />
</p>

## Create Vue Next ⚡
Expand Down
2 changes: 1 addition & 1 deletion src/core/command/create-vue-next/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function installDeps() {

console.log()

logger.info(options.useEslint && options.package === 'npm'
options.useEslint && logger.info(options.package === 'npm'
? `${options.package} run lint`
: `${options.package} lint`)

Expand Down

0 comments on commit f5cb146

Please sign in to comment.