hfour / hfour/wsrun

-x doesn't work with globs

Open
#106 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
512
Forks
30
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.