You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Handle prerelease versions in release-npm workflow by detecting semver
prerelease identifiers and passing --tag to npm publish (e.g.,
2.24.1-beta.1 publishes with --tag beta)
- Remove ./ prefix from bin paths in server/package.json to eliminate
"script name was invalid and removed" warnings
- Normalize repository.url to git+https:// format per npm conventions
0 commit comments