I'm running `lambdatest-cypress run` when it runs into an error it exits with code 0 instead of 1. I'm using it as a part of CI/CD pipeline, so when the command runs I want it to exit with status code 1 so that it marks my CI pipeline as failed.