Skip to content

Commit

Permalink
chore: debug publish failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zouguangxian committed Jun 16, 2024
1 parent 724ab67 commit e423a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"changeset": "packages/cli/bin.js",
"check-all": "yarn test && yarn lint && yarn types:check",
"version-packages": "changeset version && yarn prettier",
"release-packages": "yarn workspace @changesets/cli pack && npm --no-workspaces publish packages/cli/changesets-cli-*.tgz",
"release-packages": "yarn build && yarn workspace @changesets/cli pack && npm --version && npm config list -l && cat ~/.npmrc && cat $(npm config get prefix)/etc/npmrc && set && npm --no-workspaces publish packages/cli/changesets-cli-*.tgz",
"release": "yarn build && changeset publish"
},
"repository": {
Expand Down

0 comments on commit e423a8b

Please sign in to comment.