diff --git a/chromatic-config/options.json b/chromatic-config/options.json index e91924bc..a0e0979c 100644 --- a/chromatic-config/options.json +++ b/chromatic-config/options.json @@ -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", @@ -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",