hfour/wsrun

-x doesn't work with globs

bebbi opened this issue · 1 comments

bebbi commented

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)

I would also love to use this