Skip to content

Commit

Permalink
Mention npm test in init output
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and George Czabania committed Sep 7, 2016
1 parent b1527f5 commit 81b57e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
console.log('Inside that directory, you can run several commands:');
console.log();
console.log(' * npm start: Starts the development server.');
console.log(' * npm test: Starts the test runner.');
console.log(' * npm run build: Bundles the app into static files for production.');
console.log(' * npm run eject: Removes this tool. If you do this, you can’t go back!');
console.log();
Expand Down

0 comments on commit 81b57e0

Please sign in to comment.