We are in the process of upgrading from v1 to v2 build containers to leverage build caching, but we found that our existing scripts to navigate our monorepo are no longer working because pushd
/popd
is no longer available. In our case we can use cd
just fine, but figured it was worth noting