Skip to content

Commit

Permalink
Update vite watch config to ignore the storybook prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Nov 4, 2024
1 parent 1624976 commit e49ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineConfig(({ mode }) => ({
},
strictPort: mode !== 'test',
watch: {
ignored: ['**/coverage/**']
ignored: ['**/coverage/**', '**/storybook-static/**']
}
},
test: {
Expand Down

0 comments on commit e49ccbf

Please sign in to comment.