@nx/storybook:migrate-9
Migrate Storybook to version 9.
Migrate Storybook to version 9.
1nx generate migrate-9 ...
2
By default, Nx will search for migrate-9
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/storybook:migrate-9 ...
2
Show what will be generated without writing to disk:
1nx g migrate-9 ... --dry-run
2
false
Say yes to all the prompts from the Storybook CLI migration scripts.
false
Skip upgrading Storybook packages. Only use this option if you are already on version 9, and you do not want the latest beta.
false
Only show the steps that you need to follow in order to migrate. This does NOT make any changes to your code.