Skip to content

Commit

Permalink
add link to deployment docs after build
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed Sep 27, 2017
1 parent b2c0b3f commit 18855a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-dev-utils/printHostingInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ function printHostingInstructions(
}
console.log(` ${chalk.cyan('serve')} -s ${buildFolder}`);
console.log();
console.log('Find out more about deployment here:');
console.log();
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`);
console.log();
}
}

Expand Down

0 comments on commit 18855a4

Please sign in to comment.