CLI

publish

Publish your registry to jsrepo.com.

jsrepo publish

Usage

Publish all registries in your jsrepo.config file:

jsrepo publish

Publish a specific registry:

jsrepo publish @jsrepo/playground

Publish in dry run mode:

jsrepo publish --dry-run

Options

--cwd

The current working directory:

jsrepo build --cwd ./my-project

--dry-run

Publish in dry run mode. This will check with jsrepo.com to see if the registry can be published in it's current state:

jsrepo publish --dry-run

--verbose

Include debug logs:

jsrepo publish --verbose