-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nest build return an error code ? #423
Comments
Fixed in 6.11.0 |
Thank you ! |
The issue appeared again. after running:
I have this:
and my pipeline does not exit I'm using nest-cli 7.5.6 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
Current behavior
When I want to build my nest app, I want to know if I have an error or not. Visually, it's easy to know. But on a CI/CD environment, it seems that the return code is
0
. So the build is ok and the deployment start (not good at all).Expected behavior
I want an exit code different from
0
.Minimal reproduction of the problem with instructions
Just run a nest app, make some errors and do a
nest build; echo $?
and you can see 0 as code return.What is the motivation / use case for changing the behavior?
Have a CI/CD process working.
Environment
The text was updated successfully, but these errors were encountered: