File tree 2 files changed +1263
-17
lines changed 2 files changed +1263
-17
lines changed Original file line number Diff line number Diff line change 24
24
"vsce" : " out/vsce"
25
25
},
26
26
"scripts" : {
27
- "compile" : " tsc" ,
28
- "watch" : " tsc --watch" ,
29
- "watch-test" : " concurrently \" tsc --watch\" \" mocha --watch\" " ,
30
- "test" : " tsc && mocha" ,
31
- "prepublishOnly" : " tsc && mocha"
27
+ "compile" : " concurrently \" tsc\" \" cpx src/vsce out \" " ,
28
+ "watch" : " concurrently \" tsc --watch\" \" cpx --watch src/vsce out \" " ,
29
+ "watch-test" : " concurrently \" tsc --watch\" \" cpx --watch src/vsce out \" \" mocha --watch\" " ,
30
+ "test" : " concurrently \" tsc\" \" cpx src/vsce out \" && mocha" ,
31
+ "prepublishOnly" : " concurrently \" tsc\" \" cpx src/vsce out \" && mocha"
32
32
},
33
33
"engines" : {
34
34
"node" : " >= 8"
37
37
"chalk" : " ^2.4.2" ,
38
38
"cheerio" : " ^1.0.0-rc.1" ,
39
39
"commander" : " ^2.8.1" ,
40
+ "cpx" : " ^1.5.0" ,
40
41
"denodeify" : " ^1.2.1" ,
41
42
"glob" : " ^7.0.6" ,
42
43
"lodash" : " ^4.17.10" ,
74
75
"typescript" : " ^3.4.3" ,
75
76
"xml2js" : " ^0.4.12"
76
77
}
77
- }
78
+ }
You can’t perform that action at this time.
0 commit comments