Skip to content

(bug) Prevent PATH from being erased for nonzero rn exit codes

Bryce Fisher-Fleig requested to merge bug/bad-package-json into master

Previously, because I was running rn inside a pipe, and I didn't have pipefail enabled in the shell, the exit code would become 0 even though the rn binary itself was returning 1. The fix is to add pipefail AND a regression test.

Merge request reports