Merge pull request #393 from emrysal/feature/fix-railway

Added project.toml to force yarn over npm when using Railway
pull/459/head
Peer_Rich 2021-08-16 13:41:27 +02:00 committed by GitHub
commit 4f35dfa5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
project.toml Normal file
View File

@ -0,0 +1,5 @@
[[build.buildpacks]]
uri = "heroku/nodejs"
[[build.buildpacks]]
uri = "heroku/nodejs-yarn"