Skip to content

Commit 2cebf58

Browse files
committed
chore: add packaging
1 parent ee6adae commit 2cebf58

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
@@ -93,7 +93,8 @@
9393
"watch": "tsc -watch -p ./",
9494
"pretest": "yarn run compile && yarn run lint",
9595
"lint": "eslint src --ext ts",
96-
"test": "node ./out/test/runTest.js"
96+
"test": "node ./out/test/runTest.js",
97+
"package": "vsce package"
9798
},
9899
"devDependencies": {
99100
"@types/vscode": "^1.84.0",

0 commit comments

Comments
 (0)