Skip to content

Commit 4db541e

Browse files
gaearonrandycoulman
authored andcommitted
Update GH deploy instructions to match User Guide
1 parent b1585ec commit 4db541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function build(previousSizeMap) {
175175
console.log(' ' + chalk.dim('// ...'));
176176
console.log(' ' + chalk.yellow('"scripts"') + ': {');
177177
console.log(' ' + chalk.dim('// ...'));
178-
console.log(' ' + chalk.yellow('"deploy"') + ': ' + chalk.yellow('"gh-pages -d build"'));
178+
console.log(' ' + chalk.yellow('"deploy"') + ': ' + chalk.yellow('"npm run build&&gh-pages -d build"'));
179179
console.log(' }');
180180
console.log();
181181
console.log('Then run:');

0 commit comments

Comments
 (0)