How to run nx affected base from the first commit? #16327
tomavic
started this conversation in
Show and Tell
Replies: 1 comment
-
You can manually specify what commits/branches NX compares. https://nx.dev/concepts/affected#ci You can specify |
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
-
how to run nx affected base from the first commit?
This is required as I have added CI scripts to my current project. and whenever I run the affected command, it is showing that
Base SHA
the commit before the latest commit
Head SHA
Latest commit
Beta Was this translation helpful? Give feedback.
All reactions