Publish npm packages
rvs selects the correct Ravenstash publication target for the command it launches.
Publish through rvs
Section titled “Publish through rvs”With an authenticated rvs session, publish from the package directory without persisting a token:
rvs art select namespace/packagesrvs npm publishThe Ravenstash-oriented helper is also available:
rvs art select namespace/packagesrvs art npm publish .Inspect and publish
Section titled “Inspect and publish”Preview the tarball contents before uploading:
rvs art select namespace/packagesrvs npm pack --dry-runrvs npm publishThe target determines the upload registry; no registry URL or token needs to be
committed to package.json or .npmrc.
Verify the package
Section titled “Verify the package”- Confirm npm reports a successful publish.
- Open the package in Ravenstash and inspect the new version.
- Select the same repository target as described in Install npm packages.
- Install the exact version in a clean project.

