We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060c1c6 commit 9d080d3Copy full SHA for 9d080d3
packages/react-scripts/scripts/init.js
@@ -155,7 +155,7 @@ module.exports = function(
155
console.log(chalk.cyan(` ${displayedCommand} test`));
156
console.log(' Starts the test runner.');
157
console.log();
158
- console.log(chalk.cyan(` ${displayedCommand} run eject`));
+ console.log(chalk.cyan(` ${displayedCommand} eject`));
159
console.log(
160
' Removes this tool and copies build dependencies, configuration files'
161
);
0 commit comments