We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f708d commit 2e9da1bCopy full SHA for 2e9da1b
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