Skip to content

Commit

Permalink
build: always create diff.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremias Peier <[email protected]>
  • Loading branch information
jeripeierSBB committed May 21, 2024
1 parent fa2c305 commit 2632bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/visual-regression-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ function prepareScreenshots(): PluginOption {
};
});
});
} else if (viteConfig.command !== 'serve') {
}

if (viteConfig.command !== 'serve') {
this.emitFile({
type: 'asset',
fileName: 'diff.json',
Expand Down

0 comments on commit 2632bb2

Please sign in to comment.