mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(v2): Add a missing whitespace before prompt to use `npm run serve` (#3188)
This commit is contained in:
parent
29f27f6b88
commit
5c3a00727c
|
|
@ -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`,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue