Is it possible to alias multiple goals? #21798
-
Let's say I want to create a goal called "pre-commit" that always runs
on the whole monorepo. Is the only way to do this to create a plugin, or is there a way to do it in a top-level In a |
Beta Was this translation helpful? Give feedback.
Answered by
benjyw
Dec 25, 2024
Replies: 1 comment 1 reply
-
You can do this with command-line aliases.
And then
Is the same as
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
huonw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this with command-line aliases.
E.g.,
And then
Is the same as