🔄 Feature request: run tasks AFTER the stated ones (not quite a dependencies) #10201
maxim-grishaev
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
|
Would including the formatting command in your generate command be sufficient? Is there ever a time where |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sort-of can do so, but
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Also would be nice to have a general solution for such situations. This is only one example that is simple to explain |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the improvement or update you wish to see?
Add a way to run tasks AFTER the task.
Is there any context that might help us understand?
I have an API module. It consists from the generated code + some manual glue code.
it has 2 script:
generateandformat.Most of the times I run format without generating the code.
But then I run
generate, I wantformatto run right after it. Sogenerateis NOT a dependency offormat, but I need it to run always AFTER I rungenerate.Relevant discussions
Does the docs page already exist? Please link to it.
No
Beta Was this translation helpful? Give feedback.
All reactions