Skip to content

Commit d9e6868

Browse files
committed
Prepare publish
1 parent daf507e commit d9e6868

File tree

2 files changed

+648
-10
lines changed

2 files changed

+648
-10
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"vscode:prepublish": "yarn run esbuild-base --minify",
3232
"esbuild-base": "esbuild ./src/extension.js --bundle --outfile=dist/main.js --external:vscode --format=cjs --platform=node",
3333
"esbuild": "yarn run esbuild-base --sourcemap",
34-
"esbuild-watch": "yarn run esbuild-base --sourcemap --watch"
34+
"esbuild-watch": "yarn run esbuild-base --sourcemap --watch",
35+
"deploy": "vsce publish --yarn"
3536
},
3637
"devDependencies": {
3738
"@types/glob": "^8.0.0",
@@ -42,7 +43,8 @@
4243
"esbuild": "^0.15.13",
4344
"eslint": "^8.26.0",
4445
"glob": "^8.0.3",
45-
"mocha": "^10.1.0"
46+
"mocha": "^10.1.0",
47+
"vsce": "^2.14.0"
4648
},
4749
"dependencies": {
4850
"es6-promise-pool": "^2.5.0",

0 commit comments

Comments
 (0)