Skip to content

Commit 9d080d3

Browse files
committed
remove 'run' from 'yarn test' command as well
1 parent 060c1c6 commit 9d080d3

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function(
155155
console.log(chalk.cyan(` ${displayedCommand} test`));
156156
console.log(' Starts the test runner.');
157157
console.log();
158-
console.log(chalk.cyan(` ${displayedCommand} run eject`));
158+
console.log(chalk.cyan(` ${displayedCommand} eject`));
159159
console.log(
160160
' Removes this tool and copies build dependencies, configuration files'
161161
);

0 commit comments

Comments
 (0)