Skip to content

Commit

Permalink
Update GH deploy instructions to match User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and jarlef committed Nov 28, 2016
1 parent 525d24b commit 8485e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function build(previousSizeMap) {
console.log(' ' + chalk.dim('// ...'));
console.log(' ' + chalk.yellow('"scripts"') + ': {');
console.log(' ' + chalk.dim('// ...'));
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"'));
console.log(' }');
console.log();
console.log('Then run:');
Expand Down

0 comments on commit 8485e50

Please sign in to comment.