Skip to content

Commit 244ddbc

Browse files
viankakrisnaPavel Zhytko
authored and
Pavel Zhytko
committed
add link to deployment docs after build (facebook#3104)
* add link to deployment docs after build * Update printHostingInstructions.js
1 parent 1532344 commit 244ddbc

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)