UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

10 lines (9 loc) 202 B
export interface PublishExecutorSchema { packageRoot?: string; registry?: string; tag?: string; otp?: number; dryRun?: boolean; access?: 'public' | 'restricted'; firstRelease?: boolean; }