Skip to content

Commit

Permalink
Show customized build path for serve instruction (#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 gaearon committed May 19, 2017
1 parent 9d98ca9 commit 1834cb5
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 1834cb5

Please sign in to comment.