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