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.
1 parent 70afd90 commit 45e804bCopy full SHA for 45e804b
packages/@vue/cli/bin/vue.js
@@ -109,7 +109,7 @@ program
109
110
program
111
.command('build')
112
- .description('alias of "npm run serve" in the current project')
+ .description('alias of "npm run build" in the current project')
113
.action((cmd) => {
114
require('../lib/util/runNpmScript')('build', process.argv.slice(3))
115
})
0 commit comments