Skip to content

Commit

Permalink
add link to deployment docs after build (#3104)
Browse files Browse the repository at this point in the history
* add link to deployment docs after build

* Update printHostingInstructions.js
  • Loading branch information
viankakrisna authored and gaearon committed Jan 10, 2018
1 parent 70b3a4d commit 7fd37d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-dev-utils/printHostingInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ function printBaseMessage(buildFolder, hostingLocation) {
console.log(
`The ${chalk.cyan(buildFolder)} folder is ready to be deployed.`
);
console.log()
console.log('Find out more about deployment here:');
console.log();
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`);
console.log();
}

function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
Expand Down

0 comments on commit 7fd37d3

Please sign in to comment.