Nx Console buttons for Affected and Run-Many (with configurable targets) #32514
jvskriubakken
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My fellow co-workers that does not work with frontend as much as me, struggle to remember how to execute nx commands in the terminal:
nx affected -t typecheck lint test build
One thing that could be done to ensure "customer success" is that you guys added a button to Nx Console that runs that command. Maybe even two buttons, one for affected and another for run-many --all
The targets to run could be be configurable (in nx.json)
You could even improve the cli, having:
nx affected
running these configured targets. Same with nx run-many.Thanks for a great product making it possible for me to so easily share TypeScript code between our apps 👏
Beta Was this translation helpful? Give feedback.
All reactions