Fix build deployment instruction link appends comma at end (#6511)

This commit is contained in:
Bimochan Shrestha
2019-02-25 04:30:06 +05:45
committed by Ian Schmitz
parent 0793d48fc1
commit ff19e0a6d2

View File

@@ -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