Skip to content

Commit

Permalink
Show customized build path for serve instruction (facebook#2229)
Browse files Browse the repository at this point in the history
* Show customized build path for serve instruction

* Remove cyan
  • Loading branch information
chyipin authored and romaindso committed Jul 10, 2017
1 parent 84bf8ab commit 2d841b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/printHostingInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function printHostingInstructions(
} else {
console.log(` ${chalk.cyan('npm')} install -g serve`);
}
console.log(` ${chalk.cyan('serve')} -s build`);
console.log(` ${chalk.cyan('serve')} -s ${buildFolder}`);
console.log();
}
}
Expand Down

0 comments on commit 2d841b8

Please sign in to comment.