-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
18.1.0 breaks forwardAllArgs argument #22385
Comments
this syntax works:
|
Thanks, this works indeed. Any idea/reason why the syntax changed with 18.1? |
We didn't change the syntax but I the handling of which options are forwarded to the command has changed. We will be fixing the change in behavior. |
forwardAllArgs is an option under options.commands as shown in https://nx.dev/nx-api/nx/executors/run-commands. as mentioned above, it is not directly under options. closing this issue for now. |
i think it is related to #22025. currently there is no top level forwardAllArgs |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I have this executor:
With 18.1.0 I get for when doing
nx run services:typecheck
Expected Behavior
With 18.0.8 I get no error:
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: