Skip to content

Commit

Permalink
Add --build-command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 25, 2024
1 parent e93595f commit bedff8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chromatic-config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"defaultComment": "Inferred from CI or Git",
"supports": ["CLI", "GitHub Action"]
},
{
"option": "buildCommand",
"flag": "--build-command",
"description": "The command that builds your Storybook. Use this if your Storybook build command does not exist in the \"scripts\" field of your package.json.<br/>Requires `--output-dir`.",
"type": "string",
"example": "`\"nx run my-app:build-storybook\"`",
"supports": ["CLI", "GitHub Action", "Config File"]
},
{
"option": "buildScriptName",
"flag": "--build-script-name",
Expand Down

0 comments on commit bedff8a

Please sign in to comment.