Skip to content

Commit

Permalink
chore: add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Nov 26, 2023
1 parent ee6adae commit 2cebf58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"watch": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
"test": "node ./out/test/runTest.js",
"package": "vsce package"
},
"devDependencies": {
"@types/vscode": "^1.84.0",
Expand Down

0 comments on commit 2cebf58

Please sign in to comment.