Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"verify-prebuilds": "node scripts/verify-prebuilds.js",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"publish": "npm publish"
"release": "npm publish"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the documented publish command

Renaming this script leaves the release instructions in README.md:5 pointing to npm run publish. Following that documented workflow now exits with Missing script: "publish", so maintainers cannot complete the prescribed prebuild release process. Update the documentation to use npm run release as part of this rename.

Useful? React with 👍 / 👎.

},
"repository": {
"type": "git",
Expand Down
Loading