Stubs Node binaries
The Ruby Buildpack will install Node and Yarn binaries when they are not pre-installed. Following advice in this PR, this PR stubs node
and yarn
so that the Ruby buildpack can skip installation. This is useful if your project uses a different JavaScript runtime (i.e. bun) or you pull precompiled assets during the build process.
Licensed under the MIT License. See LICENSE.md file.