Skip to content

Commit

Permalink
Merge pull request #324 from chromaui/ghengeveld/323-if-chromaticconf…
Browse files Browse the repository at this point in the history
…igjson-has-storybookbuilddir-con

Ignore `storybookBuildDir` property for VTA builds
  • Loading branch information
ghengeveld authored Jun 28, 2024
2 parents 2d1547a + b84d1ce commit 9424cf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const CONFIG_OVERRIDES = {
skip: false,
// Don't check for CLI updates
skipUpdateCheck: true,
// VTA doesn't support "manual" Storybook builds
storybookBuildDir: undefined,
};

export const DOCS_URL = "https://www.chromatic.com/docs/visual-tests-addon";

0 comments on commit 9424cf2

Please sign in to comment.