Skip to content

chappa-ai-monorepo/update-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Packages

Update the npm packages in your yarn workspaces-based monorepo.

Usage

yarn add -D "@chappa'ai/update-packages"

We recommend adding a command to your package.json.

{
  ...
  "scripts": {
    "release:update": "update-packages"
  },
  ... 
}

API

Argument Description
--rc Whether or not each update should be tagged as a release candidate.
--username=<username> An npm username. Used to check the all release candidates on a potentially private package.
--password=<password> An npm password. Used to check the all release candidates on a potentially private package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published