Skip to content

Commit

Permalink
add package command
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc777 committed Jul 21, 2024
1 parent b2a459b commit eef1349
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 @@ -39,7 +39,8 @@
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm 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.91.0",
Expand Down

0 comments on commit eef1349

Please sign in to comment.