Skip to content

Commit 848d8a3

Browse files
gaearonfeiqitian
authored andcommitted
Mention npm test in init output
1 parent 0561da1 commit 848d8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
9797
console.log('Inside that directory, you can run several commands:');
9898
console.log();
9999
console.log(' * npm start: Starts the development server.');
100+
console.log(' * npm test: Starts the test runner.');
100101
console.log(' * npm run build: Bundles the app into static files for production.');
101102
console.log(' * npm run eject: Removes this tool. If you do this, you can’t go back!');
102103
console.log();

0 commit comments

Comments
 (0)