mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 16:48:56 -06:00
fix: typo (#1965)
Fixes typo in console.log output when the build is the first build (direcotry => directory)
This commit is contained in:
committed by
Guillaume Chau
parent
4a07e0d461
commit
ae1817a769
@@ -226,7 +226,7 @@ async function build (args, api, options) {
|
||||
isFreshBuild
|
||||
) {
|
||||
console.log(
|
||||
chalk.gray(`Tip: the direcotry is meant to be served by an HTTP server, and will not work if\n` +
|
||||
chalk.gray(`Tip: the directory is meant to be served by an HTTP server, and will not work if\n` +
|
||||
`you open it directly over file:// protocol. To preview it locally, use an HTTP\n` +
|
||||
`server like the ${chalk.yellow(`serve`)} package on npm.\n`)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user