Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add link to deployment docs after build
  • Loading branch information
viankakrisna committed Sep 27, 2017
commit 18855a4ac6fd70156a4a3742ef2adc2f86066804
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