Skip to content

Commit 5c3a007

Browse files
authored
fix(v2): Add a missing whitespace before prompt to use npm run serve (#3188)
1 parent 29f27f6 commit 5c3a007

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus/src/commands

1 file changed

+1
-1
lines changed

packages/docusaurus/src/commands/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default async function build(
151151
console.log(
152152
`\n${chalk.green('Success!')} Generated static files in ${chalk.cyan(
153153
relativeDir,
154-
)}.Use ${chalk.greenBright(
154+
)}. Use ${chalk.greenBright(
155155
'`npm run serve`',
156156
)} to test your build locally.\n`,
157157
);

0 commit comments

Comments
 (0)