๐ Cherry-Picked Nx v19.4 Updates
[๐ Nx Core]
Dependency Only Target
In your project configuration, you can now declare a target with only the dependsOn property:
{
"name": "my-project",
"targets:": {
"my-target":{
"dependsOn": ["..."]
}
}
}
Now you can group th...
gelinjo.hashnode.dev3 min read