- 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
-
-
Save mannycolon/a9abfa33781e3d72bc8b5abd7134d8b3 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