Initial commit
This commit is contained in:
10
skills/visual-regression/templates/chromatic-config.json.j2
Normal file
10
skills/visual-regression/templates/chromatic-config.json.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"projectId": "{{ project_id | default('<PROJECT_ID_PLACEHOLDER>') }}",
|
||||
"buildScriptName": "build-storybook",
|
||||
"exitZeroOnChanges": true,
|
||||
"exitOnceUploaded": true,
|
||||
"onlyChanged": true,
|
||||
"externals": ["public/**"],
|
||||
"skip": "{{ skip_pattern | default('dependabot/**') }}",
|
||||
"ignoreLastBuildOnBranch": "{{ main_branch | default('main') }}"
|
||||
}
|
||||
Reference in New Issue
Block a user