Skip to content

Commit

Permalink
fix: CLI invocation to publish local contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jun 20, 2023
1 parent 78d206a commit 5bb0ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"vsce:package": "vsce package --yarn",
"vsce:prepublish": "npm run vsce:package",
"vsce:publish": "vsce publish --yarn",
"open-vsx:publish": "ovsx publish",
"open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
"release": "npm run vsce:publish && npm run open-vsx:publish"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"vsce:package": "vsce package --yarn",
"vsce:prepublish": "npm run vsce:package",
"vsce:publish": "vsce publish --yarn",
"open-vsx:publish": "ovsx publish",
"open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
"release": "npm run vsce:publish && npm run open-vsx:publish"
}
}
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"vsce:package": "vsce package --yarn",
"env:source": "export $(cat .envrc | xargs)",
"vsce:publish": "vsce publish --yarn",
"open-vsx:publish": "ovsx publish",
"open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
"release": "npm run vsce:publish && npm run open-vsx:publish"
},
"devDependencies": {
Expand Down

0 comments on commit 5bb0ac9

Please sign in to comment.