Skip to content

-x doesn't work with globs #106

@bebbi

Description

@bebbi

In my bash (macos) package.json of a yarn workspace,

this script line works (as expected) and only runs on my* packages:

"testp": "wsrun -p '@scope/my*' -c test",

..however this doesn't work, it doesn't exclude my* packages:

"testx": "wsrun -x '@scope/my*' -c test",

(wsrun 5.2.4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions