Skip to content

Commit

Permalink
fix vscode publishing with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed May 9, 2022
1 parent 2ca7f9e commit f7f1e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-kangaroos-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vscode-graphql': patch
---

Release `vscode-graphql` changes since publishing was broken
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"env:source": "export $(cat .envrc | xargs)",
"vsce:publish": "vsce publish --yarn --pat \"$PAT_TOKEN\"",
"open-vsx:publish": "ovsx publish --pat \"$OPEN_VSX_ACCESS_TOKEN\"",
"postpublish": "npm run vsce:publish && npm run open-vsx:publish"
"postversion": "npm run vsce:publish && npm run open-vsx:publish"
},
"devDependencies": {
"@types/capitalize": "2.0.0",
Expand Down

0 comments on commit f7f1e90

Please sign in to comment.