We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c0d91 commit ced343fCopy full SHA for ced343f
packages/vscode-graphql-execution/package.json
@@ -87,7 +87,7 @@
87
"vsce:package": "yarn compile && vsce package --yarn",
88
"vsce:prepublish": "yarn run vsce:package",
89
"vsce:publish": "vsce publish --yarn",
90
- "open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
+ "open-vsx:publish": "ovsx publish $(ls -1 *.vsix | sort -V | tail -n 1) --pat $OVSX_PAT",
91
"release": "yarn run compile && yarn run vsce:publish && yarn run open-vsx:publish"
92
},
93
"devDependencies": {
0 commit comments