Skip to content

Commit 2d841b8

Browse files
chyipinromaindso
authored andcommittedJul 10, 2017
Show customized build path for serve instruction (facebook#2229)
* Show customized build path for serve instruction * Remove cyan
1 parent 84bf8ab commit 2d841b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-dev-utils/printHostingInstructions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function printHostingInstructions(
106106
} else {
107107
console.log(` ${chalk.cyan('npm')} install -g serve`);
108108
}
109-
console.log(` ${chalk.cyan('serve')} -s build`);
109+
console.log(` ${chalk.cyan('serve')} -s ${buildFolder}`);
110110
console.log();
111111
}
112112
}

0 commit comments

Comments
 (0)