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
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
-
My thought was that
nx typecheck
would typecheck the entire repo, but that's not the case, it only works on thedefaultProject
and its dependencies.What I want is
nx affected -t typecheck
ornx run-many -t typecheck
.Is there no shortcut for that? Do I need to create npm scripts in the root again and just use those instead of calling
nx
directly?Beta Was this translation helpful? Give feedback.
All reactions