Merge pull request #393 from emrysal/feature/fix-railway
Added project.toml to force yarn over npm when using Railway
This commit is contained in:
commit
4f35dfa5f0
1 changed files with 5 additions and 0 deletions
5
project.toml
Normal file
5
project.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[[build.buildpacks]]
|
||||||
|
uri = "heroku/nodejs"
|
||||||
|
|
||||||
|
[[build.buildpacks]]
|
||||||
|
uri = "heroku/nodejs-yarn"
|
Loading…
Reference in a new issue