Schema for internal use only

Please do not extend this schema as it is part of Nx internal usage.

@nx/js:release-publish

DO NOT INVOKE DIRECTLY WITH nx run. Use nx release publish instead.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

access

string
Accepted values: public, restricted

Overrides the access level of the published package. Unscoped packages cannot be set to restricted. See the npm publish documentation for more information.

dryRun

boolean

Whether to run the command without actually publishing the package to the registry.

packageRoot

string

The root directory of the directory (containing a manifest file at its root) to publish. Defaults to the project root.

registry

string

The registry to publish the package to.

tag

string

The distribution tag to apply to the published package.