@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
65 lines (31 loc) • 678 B
Markdown
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->
# Npm Publish Executor
## `packageRoot`
- **Type**: `string`
> Package Root
The path to the package root
## `registry`
- **Type**: `string`
- **Default**: `"https://registry.npmjs.org/"`
> Registry
The registry to publish to
## `tag`
- **Type**: `string`
- **Default**: `"latest"`
> Tag
The tag to publish with
## `otp`
- **Type**: `number`
> Otp
The one time password
## `dryRun`
- **Type**: `boolean`
- **Default**: `false`
> Dry Run
Perform a dry run
## `firstRelease`
- **Type**: `boolean`
- **Default**: `false`
> First Release
Publish the first release