- Update the package.json version to the expected version number
./tools/prepare.shcd tmpnpm publish --tag alpha --access public
- Update the package.json version to indicate the changes made since last release, following Semver. Make sure the version does not have a build suffix.
./tools/prepare.shcd tmpnpm publish --tag latest --access public --dry-run- If the preview looks good, run again without
--dry-run