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

Run all scripts with prefix #179

Open
ojkelly opened this issue Feb 26, 2022 · 0 comments
Open

Run all scripts with prefix #179

ojkelly opened this issue Feb 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ojkelly
Copy link
Owner

ojkelly commented Feb 26, 2022

Is your feature request related to a problem? Please describe.

I want to be able to separate builds by architecture or tooling, for example js, go, python, docker.

I don't want to require every engineer to have the same build toolchain.

Describe the solution you'd like

yarn build -c build:*

or

yarn build -c anyScript:*

It should then run every script starting with that prefix.

possibly pair this with an env var, or a .env var to specify which prefix to use when you call yarn build.

Describe alternatives you've considered

Currently calling the different ones manually.

@ojkelly ojkelly added the enhancement New feature or request label Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant