Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProper exit code from pnpm outdated #2706
Comments
|
The exit code issue fixed in 5.4.7 via #2718 |


pnpm version: 5.2.6
Code to reproduce the issue:
Expected behavior:
This command should return a non zero exit code if outdated dependencies are found.
Its pretty common to use the outdated command in CI to catch outdated dependencies at build time
Additionaly, it would be fantastic to be able to specify the severity of the dependency
Actual behavior:
It always exits w/ 0
Additional information:
node -vprints:12.18.1linux