-
Notifications
You must be signed in to change notification settings - Fork 23
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
Batching "sub-scripts" inside child folders #35
Comments
Hey, this is something I honestly waffled on, and decided not to support it right out the gate. The reasons I held back:
|
I'll PR today.
I think
💯 breaking change (
Glob order is guaranteed lexicographic so
I envision these kinds of scripts running in parallel like |
Hi,
If we have this folder structure:
Running
npm run build
will not search recursively inside child folders and so will not runnpm run build:client
. Is it a wanted comportment?In my mind, running
npm run stuff
would run all subtasks, even with more than 1:
.The text was updated successfully, but these errors were encountered: