Closed danielleadams closed 5 years ago
If a user has a buildpack with build scripts, the steps are run in the order specified here: https://devcenter.heroku.com/articles/nodejs-support#customizing-the-build-process
heroku-prebuild
heroku-postbuild
build
If a user has a buildpack with build scripts, the steps are run in the order specified here: https://devcenter.heroku.com/articles/nodejs-support#customizing-the-build-process
heroku-prebuild
script, it runs before install of modulesheroku-postbuild
ORbuild
script, it runs it after install of modulesheroku-postbuild
ANDbuild
script, it runsheroku-postbuild
script after install of modules