diff --git a/.changeset/orange-turkeys-draw.md b/.changeset/orange-turkeys-draw.md new file mode 100644 index 00000000000..2f62327b8b5 --- /dev/null +++ b/.changeset/orange-turkeys-draw.md @@ -0,0 +1,5 @@ +--- +'vscode-graphql-execution': patch +--- + +fix vscode-graphql-execution release diff --git a/packages/vscode-graphql-execution/package.json b/packages/vscode-graphql-execution/package.json index 62e9e957732..a327b50c076 100644 --- a/packages/vscode-graphql-execution/package.json +++ b/packages/vscode-graphql-execution/package.json @@ -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",