Skip to content

Commit

Permalink
Merge pull request #590 from chromaui/cody/cap-2345-update-docs-site-…
Browse files Browse the repository at this point in the history
…to-include-build-command

Add `--build-command` flag
  • Loading branch information
winkerVSbecks authored Oct 25, 2024
2 parents e93595f + bedff8a commit 39b2e81
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 39b2e81

Please sign in to comment.