mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-11 14:09:55 +02:00
Tools: Set yarn checksumBehavior option
This commit is contained in:
parent
6ce8865719
commit
56cd782175
@ -24,3 +24,9 @@ logFilters:
|
|||||||
# eg "string.prototype.matchall@npm:4.0.8 can't be found in the cache and will be fetched from the remote registry"
|
# 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
|
- code: YN0013
|
||||||
level: discard
|
level: discard
|
||||||
|
|
||||||
|
# To avoid the error "The remote archive doesn't match the expected checksum".
|
||||||
|
# Yarn offers no way to understand what the issue is when it happens, or what
|
||||||
|
# needs to be done so it's just security theater that we have no choice but to
|
||||||
|
# disable.
|
||||||
|
checksumBehavior: update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user