@nx/storybook
Version:
26 lines (25 loc) • 870 B
JSON
{
"cli": "nx",
"title": "Migrate Storybook to version 8.",
"description": "Migrate Storybook to version 8.",
"$id": "migrate-8",
"type": "object",
"properties": {
"autoAcceptAllPrompts": {
"type": "boolean",
"description": "Say yes to all the prompts from the Storybook CLI migration scripts.",
"default": false
},
"onlyShowListOfCommands": {
"type": "boolean",
"description": "Only show the steps that you need to follow in order to migrate. This does NOT make any changes to your code.",
"default": false
},
"noUpgrade": {
"type": "boolean",
"description": "Skip upgrading Storybook packages. Only use this option if you are already on version 8, and you do not want the latest beta.",
"default": false
}
},
"examplesFile": "../../../docs/migrate-8-generator-examples.md"
}