README update re: Heroku's build process changes · Issue #155 · mars/create-react-app-buildpack (original) (raw)

blog post: https://devcenter.heroku.com/changelog-items/1557
Extended FAQ: https://help.heroku.com/P5IMU3MP/heroku-node-js-build-script-change-faq

As far as I can tell, users of this repo will need to tell Heroku to skip running npm run build for them, because this buildpack takes care of that. Heroku's FAQ is pretty nice above, I'm suggesting a link out to it and/or a quick blurb in the README to say users should include heroku-postbuild in their package.json's scripts, as Heroku suggests.