Skip to content

Commit a391667

Browse files
Add back vsce script
1 parent da2ffe1 commit a391667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@
335335
"test": "node ./test/runTest.js",
336336
"build": "tsc",
337337
"package": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
338-
"vscode:prepublish": "tsc -p ./"
338+
"vsce": "vsce",
339+
"vscode:prepublish": "tsc -p ./"
339340
},
340341
"devDependencies": {
341342
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)