Skip to content

Commit

Permalink
tweaks to chromatic settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 10, 2024
1 parent 1da0d4b commit 412c4fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
storybookBaseDir: 'apps/vue-storybook'
storybookBuildDir: 'storybook_compiled'
exitZeroOnChanges: true,
autoAcceptChanges: 'main'
exitZeroOnChanges: true
exitOnceUploaded: true
6 changes: 4 additions & 2 deletions apps/vue-storybook/chromatic.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"buildScriptName": "build",
"projectId": "Project:668c47cbeb95392cd79c3c0d",
"exitZeroOnChanges": true,
"storybookBaseDir": "apps/vue-storybook",
"storybookBuildDir": "storybook_compiled",
"zip": true
"skip": "dependabot/**",
"autoAcceptChanges": "main",
"exitOnceUploaded": true,
"exitZeroOnChanges": true
}

0 comments on commit 412c4fc

Please sign in to comment.