Added project.toml to force yarn over npm when using Railway

pull/393/head
Alex van Andel 2021-07-29 13:30:04 +00:00
parent c2bdbb5db7
commit 4b46bf027c
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"