Skip to content

Commit

Permalink
fix vscode-graphql-extension release
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jun 24, 2023
1 parent af5be24 commit 8bd9b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-turkeys-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vscode-graphql-execution': patch
---

fix vscode-graphql-execution release
5 changes: 3 additions & 2 deletions packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@
"homepage": "https://github.com/graphql/graphiql/blob/main/packages/vscode-graphql-execution/README.md",
"scripts": {
"compile": "node esbuild.js",
"build-bundles": "yarn run compile",
"vsce:package": "yarn compile && vsce package --yarn",
"vsce:prepublish": "npm run vsce:package",
"vsce:prepublish": "yarn run vsce:package",
"vsce:publish": "vsce publish --yarn",
"open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
"release": "npm run vsce:publish && npm run open-vsx:publish"
"release": "yarn run compile && yarn run vsce:publish && yarn run open-vsx:publish"
},
"devDependencies": {
"@types/capitalize": "2.0.0",
Expand Down

0 comments on commit 8bd9b16

Please sign in to comment.