X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/534c92ec60bdffbe5a708b1656ef724578000545..fc2af47f17c5f21e269c5cfea76b22701a3ab21a:/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"