You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not appear that nx currently supports affected external dependencies with buncatalogs?
Say I have a simple monorepo of two apps, f I make a change for an external package i know app1 uses in my root pkg json and update the lock file and run nx show projects -affected --withTarget=deploy it will output change for both apps, even thought only 1 app uses it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It does not appear that nx currently supports affected external dependencies with
buncatalogs?Say I have a simple monorepo of two apps, f I make a change for an external package i know app1 uses in my root pkg json and update the lock file and run
nx show projects -affected --withTarget=deployit will output change for both apps, even thought only 1 app uses it.I would expect only 1 of the apps to change.
If i use
then the output will be empty array when checking for affected. Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions