UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

3 lines (2 loc) 162 B
import { DeployExecutorOptions } from '../schema'; export type NpmPublishOptions = Pick<DeployExecutorOptions, 'access' | 'tag' | 'otp' | 'dryRun' | 'registry'>;