Hey there,
I was trying to develop a build plugin that executes before yarn install gets executed. Is this possible at all? From the doc, it does not appear like so, but maybe it is already possible somehow or in pipeline?
The specific problem I am trying to solve is to inject a .npmrc file before yarn gets called, but unfortunately there seems no way of doing this.
Any ideas?
Thanks!