Commit 0dde52d
authored
Improve
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-detectmake run (#1636)1 parent b5bbcb7 commit 0dde52d
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments