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
I am trying to run this command inside an nx project: nx run-many --all --target=deploy --no-build
But the --no-build flag wont pass to the command, but if I pass --noBuild it does work.