fix(v2): Add a missing whitespace before prompt to use `npm run serve` (#3188)

This commit is contained in:
Sam Zhou 2020-08-02 04:28:39 -04:00 committed by GitHub
parent 29f27f6b88
commit 5c3a00727c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ export default async function build(
console.log(
`\n${chalk.green('Success!')} Generated static files in ${chalk.cyan(
relativeDir,
)}.Use ${chalk.greenBright(
)}. Use ${chalk.greenBright(
'`npm run serve`',
)} to test your build locally.\n`,
);