@@ -13,12 +13,12 @@ const initNoExtQuestions = [
13
13
14
14
/* eslint-disable max-len */
15
15
const commands = [
16
- // {cmd: 'rm', args: ['-r', 'test-project'], ignoreErrors: true},
17
- // {cmd: './node_modules/.bin/vue', args: ['init', '.', 'test-project'], responses: initQuestions},
18
- // {cmd: 'npm', args: ['install'], cwd: 'test-project'},
19
- // {cmd: 'npm', args: ['run', 'lint'], cwd: 'test-project'},
20
- // {cmd: 'npm', args: ['run', 'test'], cwd: 'test-project'},
21
- // {cmd: 'npm', args: ['run', 'build'], cwd: 'test-project'},
16
+ { cmd : 'rm' , args : [ '-r' , 'test-project' ] , ignoreErrors : true } ,
17
+ { cmd : './node_modules/.bin/vue' , args : [ 'init' , '.' , 'test-project' ] , responses : initQuestions } ,
18
+ { cmd : 'npm' , args : [ 'install' ] , cwd : 'test-project' } ,
19
+ { cmd : 'npm' , args : [ 'run' , 'lint' ] , cwd : 'test-project' } ,
20
+ { cmd : 'npm' , args : [ 'run' , 'test' ] , cwd : 'test-project' } ,
21
+ { cmd : 'npm' , args : [ 'run' , 'build' ] , cwd : 'test-project' } ,
22
22
{ cmd : 'rm' , args : [ '-r' , 'test-project' ] , ignoreErrors : true } ,
23
23
{ cmd : './node_modules/.bin/vue' , args : [ 'init' , '.' , 'test-project' ] , responses : initNoExtQuestions } ,
24
24
{ cmd : 'npm' , args : [ 'install' ] , cwd : 'test-project' } ,
0 commit comments