yarn.build
yarn.build copied to clipboard
when using `--exclude` with glob paths, they are excluded but don't show in the `-v` report
Describe the bug
when using --exclude
with glob paths, they are excluded but don't show in the -v
report
To Reproduce Steps to reproduce the behavior:
- Run command 'yarn build --exclude path/with/glob/**' -v
Expected behavior excluded packages should be listed.