Skip to content

[BUG] check command do not list all ink dependencies correctly #203

@ipapandinas

Description

@ipapandinas

Description

.filter((dependency) => dependency[0].includes("ink_"))

Here we should filter both possible dependency types: "ink" & "ink_" (e.g. "ink_e2e").
We can use this filter approach instead:

.filter(([depName]) => /^ink($|_)/.test(depName))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions