You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support to forward params to postTargets the same way target dependsOn supports forwarding params. This will improve the flexibility of what type of targets can be run in postTargets that depend on other variables besides the current output. For example, after a version is cut you could run a post target for building and packaging a release that requires signing secrets.
The text was updated successfully, but these errors were encountered:
christiankaseburg
changed the title
Add support for forwarding params to postTargets
[Request] Add support for forwarding params to postTargets
Aug 1, 2024
Adding support to forward params to postTargets the same way target dependsOn supports forwarding params. This will improve the flexibility of what type of targets can be run in postTargets that depend on other variables besides the current output. For example, after a version is cut you could run a post target for building and packaging a release that requires signing secrets.
Nx documentation: https://nx.dev/reference/project-configuration
The text was updated successfully, but these errors were encountered: