Skip to content

Commit

Permalink
Fix typo in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Trottero committed Oct 19, 2021
1 parent 246d721 commit a75d8f6
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 @@ -75,7 +75,7 @@
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"deploy": "vscde publish --yarn --githubBranch main"
"deploy": "vsce publish --yarn --githubBranch main"
},
"devDependencies": {
"@types/glob": "^7.1.4",
Expand Down

0 comments on commit a75d8f6

Please sign in to comment.