yarn install doesn't run until install_deps.sh, which doesn't run (or even appear) until the EXECUTE stage (after PREPARE). As a result, prepare.sh scripts cannot call out to e.g. yarn ava initial.test.js for verifying pre-upgrade state unless they also manually yarn install or similar.