varsis / generate-lockfile

BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

fix: exist with non-zero code on every error #8

Closed artemovskiy closed 2 years ago

artemovskiy commented 2 years ago

Without this instruction it finishes with 0 error code even if an error was thrown. Such behaviour is dangerous, because the docker image build completes successfully, but there is no yarn.lock inside and it is unexpected.