fix (core): filter different projects in watch mode#7146
fix (core): filter different projects in watch mode#7146DevJoaoLopes wants to merge 9 commits intovitest-dev:mainfrom
Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
f41276b to
057e610
Compare
0113ff3 to
bac2ef7
Compare
8030438 to
21c776b
Compare
DevJoaoLopes
left a comment
There was a problem hiding this comment.
Removed cache so we have the projects filtered properly.
I said "invalidate" the cache, not remove the if check |
okay, then I'll have to think about how to do that |
a72707e to
b2c2b32
Compare
@sheremet-va One of the ways to maintain this cache validation was to enter a condition to compare filtered projects by invalidating the cache when there are differences. |
DevJoaoLopes
left a comment
There was a problem hiding this comment.
Insert validation for cache condition
|
#7313 rewrote how workspaces are filtered which fixed this issue too. Still, thank you for your effort! |
Description
closes #7131
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.