Skip to content

Commit

Permalink
Adding regex to ignore folders while ci is running
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 31, 2024
1 parent 9bc7cbd commit ac6c140
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 @@ -82,7 +82,7 @@ export default defineConfig({
},
server: {
watch: {
ignored: ["coverage", ".nyc-output"]
ignored: ["coverage/**", ".nyc-output/**"]
}
}
});

0 comments on commit ac6c140

Please sign in to comment.