We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709eb9 commit 0a91f63Copy full SHA for 0a91f63
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