UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

7 lines (6 loc) 293 B
import { Tree } from '@nx/devkit'; import { DeployExecutorOptions } from '../../executors/deploy/schema'; export type DeprecatedDeployExecutorOptions = Omit<DeployExecutorOptions, 'distFolderPath'> & { distFolderPath?: string; }; export default function update(host: Tree): Promise<void>;