X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a71b8af4d1bded364c0ba7f05c8dd851a4a19859..6ad4260d2d9a40a9e6d1e1d5a7140563bc332792:/bin/yarn diff --git a/bin/yarn b/bin/yarn index be76eec94..72c7b5d97 100755 --- a/bin/yarn +++ b/bin/yarn @@ -8,7 +8,7 @@ Dir.chdir(APP_ROOT) do .find { |file| File.executable?(file) } if yarn - exec yarn, *ARGV + exec yarn, "--ignore-engines", *ARGV else warn "Yarn executable was not detected in the system." warn "Download Yarn at https://yarnpkg.com/en/docs/install"