File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"prepare" : " yarn clean && yarn compile && yarn webpack && yarn package" ,
15
- "clean" : " rimraf ./lib" ,
15
+ "clean" : " rimraf ./lib && rimraf ./build-artifacts " ,
16
16
"compile" : " tsc -p ./" ,
17
17
"watch" : " tsc -w -p ./" ,
18
18
"webpack" : " webpack --config ./configs/webpack.config.js" ,
19
- "package" : " vsce package --out ./build-artifacts"
19
+ "package" : " mkdirp build-artifacts && vsce package --out ./build-artifacts"
20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
28
28
"devDependencies" : {
29
29
"@types/node" : " ^10.14.9" ,
30
30
"@types/vscode" : " ^1.41.0" ,
31
+ "mkdirp" : " ^1.0.4" ,
31
32
"rimraf" : " ^3.0.2" ,
32
33
"typescript" : " ^3.8.3" ,
33
34
"vsce" : " ^1.66.0" ,
Original file line number Diff line number Diff line change @@ -2323,6 +2323,11 @@ mkdirp@^0.5.1, mkdirp@^0.5.3:
2323
2323
dependencies :
2324
2324
minimist "^1.2.5"
2325
2325
2326
+ mkdirp@^1.0.4 :
2327
+ version "1.0.4"
2328
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
2329
+ integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
2330
+
2326
2331
mocha@^5.2.0 :
2327
2332
version "5.2.0"
2328
2333
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"
You can’t perform that action at this time.
0 commit comments