@nx/storybook
Version:
32 lines (31 loc) • 1.13 kB
JSON
{
"cli": "nx",
"title": "Migrate Storybook to version 9.",
"description": "Migrate Storybook to version 9.",
"$id": "migrate-9",
"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 9, and you do not want to install the packages again.",
"default": false
},
"versionTag": {
"type": "string",
"description": "The version of Storybook to use. Use 'latest' to use the latest stable version, or 'next' to use the latest beta.",
"default": "latest",
"enum": ["latest", "next"]
}
},
"examplesFile": "../../../docs/migrate-9-generator-examples.md"
}