diff --git a/.yarnrc.yml b/.yarnrc.yml index 195fde615..efa880fab 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -19,4 +19,8 @@ logFilters: # eg "@joplin/app-desktop@workspace:packages/app-desktop doesn't provide react-is (p570cf), requested by styled-components" - code: YN0002 - level: discard \ No newline at end of file + level: discard + + # eg "string.prototype.matchall@npm:4.0.8 can't be found in the cache and will be fetched from the remote registry" + - code: YN0013 + level: discard