Hello,
i recently tried to update to v5.0.1 but it seems, that the "heroku-preinstall" script is no longer executed before running pnpm install.
I used it like mentioned in heroku/heroku-buildpack-nodejs#363 (comment) to configure a private registry.
Is it possible to get it back?
Or alternatively the servicebindings https://github.com/buildpacks/spec/blob/main/extensions/bindings.md could be used for this.(That's the way the paketo buildpacks handle additional config files).
I can try to provide a PR for this, if this would be an option.