Update GH deploy instructions to match User Guide

This commit is contained in:
Dan Abramov
2016-11-20 18:13:09 +00:00
committed by GitHub
parent e14d2da4fc
commit ff7e22e5a8

View File

@@ -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:');