CLI
publish
Publish your registry to jsrepo.com.
jsrepo publishUsage
Publish all registries in your jsrepo.config file:
jsrepo publishPublish a specific registry:
jsrepo publish @jsrepo/playgroundPublish in dry run mode:
jsrepo publish --dry-runOptions
--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