Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-x doesn't work with globs #106

Open
bebbi opened this issue Jan 12, 2021 · 1 comment
Open

-x doesn't work with globs #106

bebbi opened this issue Jan 12, 2021 · 1 comment

Comments

@bebbi
Copy link

bebbi commented Jan 12, 2021

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)

@calvinwyoung
Copy link

I would also love to use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants