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
I want to use npx inspectpack -s stats.json --action duplicates in my ci to validate if there are duplicates. For this it would be great if it would return a different exit code if it found duplicates or not. So no duplicates exit code 0 and duplicates exit code 1.
The text was updated successfully, but these errors were encountered:
* Feature: Add `--bail` option for `--action duplicates|versions`. Fixes#138
* Test: Refactor internal test script commands.
* Test: Add actual process execs for `bin` tests.
* Various dependency updates.
* Update CI to 14
I want to use
npx inspectpack -s stats.json --action duplicates
in my ci to validate if there are duplicates. For this it would be great if it would return a different exit code if it found duplicates or not. So no duplicates exit code0
and duplicates exit code1
.The text was updated successfully, but these errors were encountered: