From 412c4fcc0485ff7fbe56ccfda5f8d93caa994ed4 Mon Sep 17 00:00:00 2001 From: Stephanie Smith Date: Wed, 10 Jul 2024 15:25:52 -0700 Subject: [PATCH] tweaks to chromatic settings --- .github/workflows/storybook.yml | 3 ++- apps/vue-storybook/chromatic.config.json | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 49de7850..e9cc5aff 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -115,5 +115,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} storybookBaseDir: 'apps/vue-storybook' storybookBuildDir: 'storybook_compiled' - exitZeroOnChanges: true, + autoAcceptChanges: 'main' + exitZeroOnChanges: true exitOnceUploaded: true diff --git a/apps/vue-storybook/chromatic.config.json b/apps/vue-storybook/chromatic.config.json index 94f61623..1894c367 100644 --- a/apps/vue-storybook/chromatic.config.json +++ b/apps/vue-storybook/chromatic.config.json @@ -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 }