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

feat: ✨ use --filter + to filter for cwd's dependencies #155

Merged
merged 4 commits into from
Jan 11, 2021

Conversation

remorses
Copy link
Contributor

@remorses remorses commented Jan 8, 2021

After this PR you can execute the following to run a script on all dependencies of the current cwd package

ultra -r --filter + build:lib

Fix #153

@folke
Copy link
Owner

folke commented Jan 11, 2021

I've made a small change to your code and will release this in a bit. Thanks!

@folke folke merged commit 4aa061a into folke:master Jan 11, 2021
folke pushed a commit that referenced this pull request Jan 11, 2021
## [3.9.0](v3.8.1...v3.9.0) (2021-01-11)

### Features

* ✨ use --filter + to filter for cwd's dependencies ([#155](#155)) ([4aa061a](4aa061a))
@folke
Copy link
Owner

folke commented Jan 11, 2021

🎉 This PR is included in version 3.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@folke folke added the released label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shortcut for --filter to run on all dependencies of current working directory package
2 participants