We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1585ec commit 4db541eCopy full SHA for 4db541e
packages/react-scripts/scripts/build.js
@@ -175,7 +175,7 @@ function build(previousSizeMap) {
175
console.log(' ' + chalk.dim('// ...'));
176
console.log(' ' + chalk.yellow('"scripts"') + ': {');
177
178
- console.log(' ' + chalk.yellow('"deploy"') + ': ' + chalk.yellow('"gh-pages -d build"'));
+ console.log(' ' + chalk.yellow('"deploy"') + ': ' + chalk.yellow('"npm run build&&gh-pages -d build"'));
179
console.log(' }');
180
console.log();
181
console.log('Then run:');
0 commit comments