Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 7fd37d3

Browse files
viankakrisnagaearon
authored andcommittedJan 10, 2018
add link to deployment docs after build (#3104)
* add link to deployment docs after build * Update printHostingInstructions.js
1 parent 70b3a4d commit 7fd37d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎packages/react-dev-utils/printHostingInstructions.js

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ function printBaseMessage(buildFolder, hostingLocation) {
6868
console.log(
6969
`The ${chalk.cyan(buildFolder)} folder is ready to be deployed.`
7070
);
71+
console.log()
72+
console.log('Find out more about deployment here:');
73+
console.log();
74+
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`);
75+
console.log();
7176
}
7277

7378
function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {

0 commit comments

Comments
 (0)
Please sign in to comment.