Skip to content

Commit 5e056a2

Browse files
author
Akos Kitta
committed
Fixed the VSIX output.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 58b1fe7 commit 5e056a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"scripts": {
1414
"prepare": "yarn clean && yarn compile && yarn webpack && yarn package",
15-
"clean": "rimraf ./lib",
15+
"clean": "rimraf ./lib && rimraf ./build-artifacts",
1616
"compile": "tsc -p ./",
1717
"watch": "tsc -w -p ./",
1818
"webpack": "webpack --config ./configs/webpack.config.js",
19-
"package": "vsce package --out ./build-artifacts"
19+
"package": "mkdirp build-artifacts && vsce package --out ./build-artifacts"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -28,6 +28,7 @@
2828
"devDependencies": {
2929
"@types/node": "^10.14.9",
3030
"@types/vscode": "^1.41.0",
31+
"mkdirp": "^1.0.4",
3132
"rimraf": "^3.0.2",
3233
"typescript": "^3.8.3",
3334
"vsce": "^1.66.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,6 +2323,11 @@ mkdirp@^0.5.1, mkdirp@^0.5.3:
23232323
dependencies:
23242324
minimist "^1.2.5"
23252325

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+
23262331
mocha@^5.2.0:
23272332
version "5.2.0"
23282333
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"

0 commit comments

Comments
 (0)