mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Fix build deployment instruction link appends comma at end (#6511)
This commit is contained in:
committed by
Ian Schmitz
parent
0793d48fc1
commit
ff19e0a6d2
@@ -70,7 +70,7 @@ function printBaseMessage(buildFolder, hostingLocation) {
|
||||
}
|
||||
|
||||
function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
|
||||
console.log(`To publish it at ${chalk.green(publicUrl)}, run:`);
|
||||
console.log(`To publish it at ${chalk.green(publicUrl)} , run:`);
|
||||
console.log();
|
||||
|
||||
// If script deploy has been added to package.json, skip the instructions
|
||||
|
||||
Reference in New Issue
Block a user