willmurphyscode/react-memory-game

Make heroku use production build

willmurphyscode opened this issue · 1 comments

When I just ran git push heroku master the app would be deployed in debug mode.

I found https://github.com/mars/create-react-app-buildpack#user-content-quick-start and ran the following command:

heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git

This resolved the issue.