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

Commit

Permalink
fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 6, 2022
1 parent 4c03b9c commit db69461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
],
"scripts": {
"build": "node ../scripts/build-extension.mjs",
"release": "vsce publish -p ${VSCODE_MARKETPLACE_TOKEN} grammarly.vsix",
"pre-release": "vsce publish --pre-release -p ${VSCODE_MARKETPLACE_TOKEN} grammarly.vsix"
"release": "vsce publish -p ${VSCODE_MARKETPLACE_TOKEN} --packagePath grammarly.vsix",
"pre-release": "vsce publish --pre-release -p ${VSCODE_MARKETPLACE_TOKEN} --packagePath grammarly.vsix"
},
"dependencies": {
"grammarly-languageclient": "workspace:*",
Expand Down

0 comments on commit db69461

Please sign in to comment.