Skip to content

Commit 1834cb5

Browse files
chyipingaearon
authored andcommitted
Show customized build path for serve instruction (#2229)
* Show customized build path for serve instruction * Remove cyan
1 parent 9d98ca9 commit 1834cb5

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)