Skip to content

Commit

Permalink
fix OpenVSX dependency bug by tweaking openvsx publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Mar 5, 2024
1 parent e29ce84 commit 4e92739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-cups-explain.md
@@ -0,0 +1,5 @@
---
'vscode-graphql': patch
---

Fix OpenVSX build by re-using the vsce build (astro compiler bug)
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
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 --yarn -i . --pat $OVSX_PAT",
"open-vsx:publish": "ovsx publish --extensionFile $(ls -1 *.vsix | tail -n 1) --pat $OVSX_PAT",
"release": "npm run vsce:publish && npm run open-vsx:publish"
},
"devDependencies": {
Expand Down

0 comments on commit 4e92739

Please sign in to comment.