Show customized build path for serve instruction (#2229)

* Show customized build path for serve instruction

* Remove cyan
This commit is contained in:
chyipin
2017-05-19 09:18:00 -07:00
committed by Dan Abramov
parent 9d98ca911e
commit 1834cb5dbd

View File

@@ -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();
}
}