File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ console.log(' 🔌 Supercharged End 2 End Testing 🌟');
40
40
let projectName ;
41
41
let useYarn ;
42
42
43
- const program = new commander . Command ( 'Create CodeceptJS ' )
43
+ const program = new commander . Command ( 'npx create-codeceptjs ' )
44
44
. version ( packageJson . version )
45
45
. arguments ( '[project]' )
46
46
. usage ( `${ chalk . green ( '[project]' ) } [options]` )
@@ -75,7 +75,7 @@ if (typeof projectName === 'undefined' && !existsSync('package.json')) {
75
75
console . log ( 'For example:' ) ;
76
76
console . log ( ` ${ chalk . cyan ( program . name ( ) ) } ${ chalk . green ( 'codeceptjs-tests' ) } ` ) ;
77
77
console . log ( ) ;
78
- console . log ( 'To update current project to include codeceptjs packages, run this script in a directory with package.json' ) ;
78
+ console . log ( 'To update current project to include CodeceptJS packages, run this script in a directory with package.json' ) ;
79
79
console . log (
80
80
`Run ${ chalk . cyan ( `${ program . name ( ) } --help` ) } to see all options.`
81
81
) ;
You can’t perform that action at this time.
0 commit comments