mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
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:
@@ -4,5 +4,5 @@
|
||||
"rebaseStalePrs": false,
|
||||
"travis": { "enabled": true },
|
||||
"masterIssue": true,
|
||||
"postUpdateOptions": ["gomodTidy", "npmDedupe", "yarnDedupeFewer"]
|
||||
"postUpdateOptions": ["gomodTidy"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user