Sha256: 104aeee39024d8f4035de0e5b0b085168bbba9483dee683ba023a2c3b681fe72
Contents?: true
Size: 293 Bytes
Versions: 7
Compression:
Stored size: 293 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 puts "Yarn executable was not detected in the system." puts "Download Yarn at https://yarnpkg.com/en/docs/install" end end
Version data entries
7 entries across 7 versions & 3 rubygems