Angular CLI Decoration -> returning Promise missing? #6907
ShiftedBit
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I do not know if that is an issue or I do not understand the decoration of the Angular CLI by nrwl.
In our build process we use and extra script which has this function call of the CLI
we use the exitCode to call other functions after build time. Due to the fact that ngCli has been decorated by nrwl we rely on the returnation of a promise.
Since our upgrade from nx 10 to 11, we have the issue, that ngCli() does not return anything. I tried that with a clean Angular 11 installation and there it works.
Any help would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions