-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
communityThis is a good first issue for contributingThis is a good first issue for contributingoutdatedscope: corecore nx functionalitycore nx functionalitystaletype: feature
Description
Please make sure you have read the submission guidelines before posting an issue
Expected Behavior
The parameter --target
is not present on affected:libs
or affected:apps
. It exists for all the stuff in your workspace nx affected --target=deploy
but is going "deploy" my apps and libraries and if I want only deploy my libraries and I can't do that.
The option --target
should available for both :libs
and :apps
Current Behavior
When I run nx affected:libs --target=deploy
or nx affected:apps --target=deploy
And nothing more happens. Should run the deploy
architect of my libraries or apps
Steps to Reproduce
For projects
- run
nx affected:apps --target=deploy
For libraries
- Have a library in your workspace
- run
nx affected:libs --target=deploy
Context
- version of Nx used
- 8.5.0
Other
I'm trying to use a new feature of the Angular CLI, ng deploy
to only deploy the libraries with ngx-deploy-npm
Metadata
Metadata
Assignees
Labels
communityThis is a good first issue for contributingThis is a good first issue for contributingoutdatedscope: corecore nx functionalitycore nx functionalitystaletype: feature