Skip to content
代码片段 群组 项目
  • Lukas Eipert's avatar
    243bd56f
    Add danger check for duplicate yarn dependencies · 243bd56f
    Lukas Eipert 创作于
    This danger check utilises `yarn-deduplicate` in order to show duplicate
    dependencies in the yarn.lock dependency tree.
    Often when introducing new dependencies or updating existing ones, yarn
    does not seem to build the most optimal dependency tree.
    
    In order to prevent those unnecessary dependency updates we are nudging
    developers and maintainers to resolve these issues in MRs. Automating
    this with danger especially helps, as yarn.lock files are not that easy
    to review.
    未验证
    243bd56f
    历史
    Add danger check for duplicate yarn dependencies
    Lukas Eipert 创作于
    This danger check utilises `yarn-deduplicate` in order to show duplicate
    dependencies in the yarn.lock dependency tree.
    Often when introducing new dependencies or updating existing ones, yarn
    does not seem to build the most optimal dependency tree.
    
    In order to prevent those unnecessary dependency updates we are nudging
    developers and maintainers to resolve these issues in MRs. Automating
    this with danger especially helps, as yarn.lock files are not that easy
    to review.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。