2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: AGPL-3.0
6 VENDOR_PATH = File.expand_path('..', __dir__)
7 Dir.chdir(VENDOR_PATH) do
9 exec "yarnpkg #{ARGV.join(" ")}"
11 $stderr.puts "Yarn executable was not detected in the system."
12 $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"