add yarn dependency

This commit is contained in:
Michael Schramm 2020-06-03 13:55:31 +02:00
parent c0ef337a3d
commit 1ec3879ba4

View File

@ -7,6 +7,9 @@
"type": "git", "type": "git",
"url": "https://github.com/ohmyform/ohmyform.git" "url": "https://github.com/ohmyform/ohmyform.git"
}, },
"engines": {
"yarn": "1.x"
},
"scripts": { "scripts": {
"heroku-prebuild": "scripts/heroku/prebuild.sh", "heroku-prebuild": "scripts/heroku/prebuild.sh",
"heroku-postbuild": "scripts/heroku/postbuild.sh" "heroku-postbuild": "scripts/heroku/postbuild.sh"