- Update
package.json, setversionto a prerelease version, e.g.2.0.0-rc1,3.1.5-rc4, ... - Run
npm packto create package - Run
npm publish <package>.tgz --tag nextto publish the package under thenexttag - Run
npm install --save package@nextto install prerelease package
Last active
June 26, 2024 13:20
-
-
Save schmich/d04acc4b02b45e489f329cfdf3280a3f to your computer and use it in GitHub Desktop.
Publish a prerelease package to NPM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now you can also do this with
npm(v9.4.1 at the time of posting this):