Skip to content

Commit

Permalink
fromCI -> ci as only a CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Sep 12, 2024
1 parent 01a5d7f commit 84c9075
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chromatic-config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"default": "build-storybook",
"supports": ["CLI", "GitHub Action", "Config File"]
},
{
"option": "ci",
"flag": "--ci",
"description": "Mark the build as coming from CI.",
"type": "boolean",
"example": "`true`",
"defaultComment": "Inferred from CI",
"supports": ["CLI"]
},
{
"option": "configFile",
"flag": "--config.json",
Expand Down Expand Up @@ -99,15 +108,6 @@
"default": false,
"supports": ["CLI", "GitHub Action"]
},
{
"option": "fromCI",
"flag": "--ci",
"description": "Mark the build as coming from CI.",
"type": "boolean",
"example": "`true`",
"defaultComment": "Inferred from CI",
"supports": ["CLI", "GitHub Action"]
},
{
"option": "ignoreLastBuildOnBranch",
"flag": "--ignore-last-build-on-branch",
Expand Down

0 comments on commit 84c9075

Please sign in to comment.