Skip to content

Commit 45e804b

Browse files
authored
fix: update command description, fix typo (#6589)
1 parent 70afd90 commit 45e804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/bin/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ program
109109

110110
program
111111
.command('build')
112-
.description('alias of "npm run serve" in the current project')
112+
.description('alias of "npm run build" in the current project')
113113
.action((cmd) => {
114114
require('../lib/util/runNpmScript')('build', process.argv.slice(3))
115115
})

0 commit comments

Comments
 (0)