fix(ci): disable yarn & npm lock file deduplication

This change caused lock file to be generated in a way that generates local changes on build, drop it
This commit is contained in:
Łukasz Mierzwa
2019-03-12 09:56:57 +00:00
parent 67ecc70c41
commit c8eb3bb94f

View File

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