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

Couldn't find a way to run subset of scripts (but still more than one script) #80

Open
wontheone1 opened this issue Mar 20, 2021 · 2 comments

Comments

@wontheone1
Copy link

First of all, thank you for maintaining useful open source project.

I am in a monorepo situation(fullstack in one repo) and using alt-JS(Rescript) so I should watch compile and also hot reloading.

To make long story short,

"watch:" {
  "a": "glob",
  "b": "glob",
  "c": "glob",
  "d": "glob"
}

I wanna watch a & b at a same time, and then c & d separately. I couldn't find a way to do this with this tool. Is it correct? If yes, would you please consider adding this feature?

@wontheone1
Copy link
Author

Another thing it could be nice to have is the option to run scripts sequentially. like running "b" only after "a" etc... (in the example above)

@M-Zuber
Copy link
Owner

M-Zuber commented Jun 13, 2021

This is something I will consider to a future release, but I cannot commit to a specific timeframe right now.
I would be happy to review a PR though, if you up to making that contribution.

Another thing it could be nice to have is the option to run scripts sequentially. like running "b" only after "a" etc... (in the example above)

I am not sure how feasible this is, but either way, if it is still something you are interested in, please open a dedicated issue for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants