Sha256: bdc1c5476e099904c7bdb91a96f5f37ea94904c851af70a89ac8dfee7bbd34a2
Contents?: true
Size: 283 Bytes
Versions: 87
Compression:
Stored size: 283 Bytes
Contents
APP_ROOT = File.expand_path('..', __dir__) Dir.chdir(APP_ROOT) do begin exec "yarnpkg", *ARGV 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
87 entries across 79 versions & 6 rubygems