We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0568e91 commit c10ae2fCopy full SHA for c10ae2f
packages/react-scripts/scripts/build.js
@@ -165,7 +165,7 @@ function build(previousSizeMap) {
165
console.log('To publish it at ' + chalk.green(homepagePath) + ', run:');
166
console.log();
167
if (useYarn) {
168
- console.log(' ' + chalk.cyan('yarn') + ' add gh-pages');
+ console.log(' ' + chalk.cyan('yarn') + ' add --dev gh-pages');
169
} else {
170
console.log(' ' + chalk.cyan('npm') + ' install --save-dev gh-pages');
171
}
0 commit comments