-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle argument placement? #327
Comments
@ValeriyMaslenikov I've shipped a It would be awesome if you could test this release and report me if everything work as intended :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following this comment from @ValeriyMaslenikov. I'm questioning myself how to place the arguments in the Nx command:
--
will cause them to be ignored by Nx--configuration=prod
to handle production builds)--
will require anybody to add them on their own for their arguments to be handled correctly by the executor (and not by Nx directly)Two solutions:
nxArgs
(or something like that) to the action for specific arguments to add before the--
--
manually, which could lead to hard debuggingThe text was updated successfully, but these errors were encountered: