nx affected
exit code when nothing has changed?
#6423
leonardochaia
started this conversation in
Feature Requests
Replies: 1 comment
-
I had to do something similar to this. But I found an undocumented flag that helped with it: |
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
-
Hey nx Folks!
We've been using nx for over a year in our little angular monorepo. I'm currently migrating our CI builds and was hoping to speed things up a bit. I have a question, if the answer is no then it would be a feature request 👍
I'm trying to run certain steps only when something was lint/built/tested.
I'm basically looking for something like this:
--error-when-changes
could be a flag that makes the CLI exit with a custom exit code like166
.Is there any other way (other than
grep
ing stdout) to know when there has been any changed/affected project?Beta Was this translation helpful? Give feedback.
All reactions