Commit d6e8939a authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Mention npm test in init output

parent 106267cd
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -97,6 +97,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) { ...@@ -97,6 +97,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
console.log('Inside that directory, you can run several commands:'); console.log('Inside that directory, you can run several commands:');
console.log(); console.log();
console.log(' * npm start: Starts the development server.'); 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 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(' * npm run eject: Removes this tool. If you do this, you can’t go back!');
console.log(); console.log();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment