Is there a way to fully skip the yarn install
step? I found this ticket about prebuild config, but it seems to have stalled out a bit.
Yarn 2 offers a zero-install option which I’d like to try out on a project. Unfortunately, it seems like using it at present greatly increases build times as the Netlify CI is not properly reading out of the .yarn/cache
directly. Really, I’d like to just run my build step without running install at all… is there a way to achieve this at present?