Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
luooooob committed Sep 16, 2021
1 parent c581016 commit 78d0e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"coverage": "nyc npm run test"
"deploy": "vsce publish"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit 78d0e55

Please sign in to comment.