You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `make run` target provides a quick way to execute the buildpack
locally in a container when developing on the buildpack.
Previously it executed only `bin/{detect,compile,report}`.
Now it also runs `bin/release`.
In addition, the arguments passed to `bin/detect` have been corrected,
so that they now match the Buildpack API (where only `BUILD_DIR` is passed
to the script):
https://devcenter.heroku.com/articles/buildpack-api#bin-detect
0 commit comments