Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: Pin Yarn to v1.x (fix Heroku)
Yarn 3.x has an issue working with Heroku's nodejs buildpack. See: https://github[.]com/heroku[/]buildpacks-nodejs/issues/246 We are only intending to install this project with Yarn 1.x anyway. So, pin to Yarn v1.x. This change should allow the Heroku app to build successfully, and hopefully we will get a successful deployment to Heroku.
- Loading branch information