Skip to content

Commit

Permalink
use release not publish script (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Apr 7, 2022
1 parent 587ab28 commit 1122ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prepublishOnly": "./scripts/prepublish.sh",
"pretty": "node scripts/pretty.js",
"pretty-check": "node scripts/pretty.js --check",
"release": "yarn build && yarn build-bundles && yarn changeset publish && wsrun publish",
"release": "yarn build && yarn build-bundles && yarn changeset publish && wsrun release",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"env:source": "export $(cat .envrc | xargs)",
"vsce:publish": "vsce publish",
"open-vsx:publish": "ovsx publish -p \"$OPEN_VSX_ACCESS_TOKEN\"",
"publish": "npm run vsce:publish && npm run open-vsx:publish"
"release": "npm run vsce:publish && npm run open-vsx:publish"
},
"devDependencies": {
"@types/capitalize": "2.0.0",
Expand Down

0 comments on commit 1122ce2

Please sign in to comment.