Skip to content

Commit 18855a4

Browse files
committed
add link to deployment docs after build
1 parent b2c0b3f commit 18855a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react-dev-utils/printHostingInstructions.js

+4
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ function printHostingInstructions(
130130
}
131131
console.log(` ${chalk.cyan('serve')} -s ${buildFolder}`);
132132
console.log();
133+
console.log('Find out more about deployment here:');
134+
console.log();
135+
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`);
136+
console.log();
133137
}
134138
}
135139

0 commit comments

Comments
 (0)