Skip to content

Commit

Permalink
chore(yarn): disable integrity migration
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
ikatyang committed Oct 27, 2018
1 parent b861448 commit 907c5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .yarnrc
@@ -1 +1,2 @@
save-prefix ""
unsafe-disable-integrity-migration true

0 comments on commit 907c5ca

Please sign in to comment.