diff --git a/.changeset/six-otters-study.md b/.changeset/six-otters-study.md new file mode 100644 index 00000000000..3984b6060c0 --- /dev/null +++ b/.changeset/six-otters-study.md @@ -0,0 +1,7 @@ +--- +'vscode-graphql': patch +'vscode-graphql-execution': patch +'vscode-graphql-syntax': patch +--- + +fix ovsx release diff --git a/package.json b/package.json index 25f9d1708ea..8ca597f37e8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "pretty": "yarn pretty-check --write", "pretty-check": "prettier --cache --check --ignore-path .gitignore --ignore-path .prettierignore .", "ci:version": "yarn changeset version && yarn build && yarn format", - "release": "yarn build && yarn build-bundles && (wsrun release --exclude-missing --serial --recursive --changedSince main || true) && yarn changeset publish", + "release": "yarn build && yarn build-bundles && (wsrun release --exclude-missing --serial --recursive --changedSince main -- || true) && yarn changeset publish", "release:canary": "(node scripts/canary-release.js && yarn build && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary...", "repo:lint": "manypkg check", "repo:fix": "manypkg fix",