Sha256: a07a8ec525d1f4716d985d27960cbc80a18826e5ab787938aba3512714ee187d
Contents?: true
Size: 320 Bytes
Versions: 831
Compression:
Stored size: 320 Bytes
Contents
#!/usr/bin/env ruby VENDOR_PATH = File.expand_path('..', __dir__) Dir.chdir(VENDOR_PATH) do begin exec "yarnpkg #{ARGV.join(" ")}" rescue Errno::ENOENT $stderr.puts "Yarn executable was not detected in the system." $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install" exit 1 end end
Version data entries
831 entries across 831 versions & 123 rubygems