Merge pull request #513 from prymitive/yarn-dedup-revert

fix(ci): disable yarn & npm lock file deduplication
This commit is contained in:
Łukasz Mierzwa
2019-03-12 10:34:28 +00:00
committed by GitHub

View File

@@ -4,5 +4,5 @@
"rebaseStalePrs": false,
"travis": { "enabled": true },
"masterIssue": true,
"postUpdateOptions": ["gomodTidy", "npmDedupe", "yarnDedupeFewer"]
"postUpdateOptions": ["gomodTidy"]
}