Skip to content

Commit

Permalink
Ignore storybookBuildDir property for VTA builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jun 28, 2024
1 parent 340a4fd commit 78c58d0
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 @@ -47,6 +47,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 78c58d0

Please sign in to comment.