@nrwl/angular:change-storybook-targets

Change the Storybook target executors.

Usage

nx generate change-storybook-targets ...

By default, Nx will search for change-storybook-targets in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:change-storybook-targets ...

Show what will be generated without writing to disk:

nx g change-storybook-targets ... --dry-run

Options

skipFormat

boolean
Default: false

Skip formatting files.