Skip to content

Instantly share code, notes, and snippets.

View Shelrothman's full-sized avatar
:octocat:
coding

Shelby Rothman Shelrothman

:octocat:
coding
View GitHub Profile
@Shelrothman
Shelrothman / npm-beta-publish.md
Created February 7, 2025 21:19 — forked from adcreare/npm-beta-publish.md
npm publish a beta package

Steps to publish a npm package to beta that won't be available via latest and won't auto install on ncu updates etc

  1. Ensure any compile is run npm run dist etc
  2. Modify version in package.json to the following format (match with existing verion numbers etc) "version": "0.1.120-beta.1" where beta.x is the number of those betas
  3. Publish to npm npm publish --tag beta

There are two options for install:

  • Always install beta with npm install packagename@beta
  • Install specific version with npm install [email protected]
@Shelrothman
Shelrothman / PrivacyPolicy.md
Created August 9, 2023 18:05
Grapes-App Privacy Policy

PRIVACY POLICY

Last updated August 05, 2023