Skip to content

Commit

Permalink
remove 'run' from 'yarn test' command as well
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffdavis92 committed Mar 12, 2017
1 parent 060c1c6 commit 9d080d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.exports = function(
console.log(chalk.cyan(` ${displayedCommand} test`));
console.log(' Starts the test runner.');
console.log();
console.log(chalk.cyan(` ${displayedCommand} run eject`));
console.log(chalk.cyan(` ${displayedCommand} eject`));
console.log(
' Removes this tool and copies build dependencies, configuration files'
);
Expand Down

0 comments on commit 9d080d3

Please sign in to comment.