Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Add publishing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Venthe committed Aug 11, 2022
1 parent d4a3a67 commit ba8abbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
"test": "node ./out/test/runTest.js",
"vscode:package": "vsce package",
"vscode:publish": "vsce publish"
},
"devDependencies": {
"@types/glob": "^7.2.0",
Expand Down

0 comments on commit ba8abbd

Please sign in to comment.