chore(yarn): disable integrity migration

Yarn v1.10 adds `integrity`s but v1.9 removes them.
Add this option to prevent them from adding unnecessary diffs all the time.
This is the default value for Yarn v1.12+ (ref: yarnpkg/yarn#6465).
master
Ika 2018-10-27 21:01:26 +08:00 committed by GitHub
parent b861448dbf
commit 907c5cab72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
save-prefix ""
unsafe-disable-integrity-migration true