mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Show customized build path for serve instruction (#2229)
* Show customized build path for serve instruction * Remove cyan
This commit is contained in:
@@ -106,7 +106,7 @@ function printHostingInstructions(
|
||||
} else {
|
||||
console.log(` ${chalk.cyan('npm')} install -g serve`);
|
||||
}
|
||||
console.log(` ${chalk.cyan('serve')} -s build`);
|
||||
console.log(` ${chalk.cyan('serve')} -s ${buildFolder}`);
|
||||
console.log();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user