-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(core): support directory patterns for --projects #16288
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d68df0e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
a4c276d
to
6af88b2
Compare
6af88b2
to
10b2679
Compare
10b2679
to
6f87814
Compare
Nested patterns like |
2dc480e
to
2d3b7a7
Compare
2d3b7a7
to
6a2a477
Compare
6a2a477
to
d68df0e
Compare
// Same thing as `type:unlabeled`. If no specific type is set, | ||
// we can waterfall through the different types until we find a match | ||
default: { | ||
const size = selectedProjects.size + excludedProjects.size; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave a comment what's going on here?
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
--projects
accepts project names, or tags prefixed with 'tag:'Expected Behavior
--projects
also accepts directory filters, similar topnpm --filter
Related Issue(s)
Fixes #