UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

8 lines (7 loc) 172 B
export interface Schema { skipFormat?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; updatePackageScripts?: boolean; addPlugin?: boolean; }