Sha256: 328c9261c185b01c0a083b88cd09dd0f026da89b553733f1abe878248eed8fb6
Contents?: true
Size: 307 Bytes
Versions: 18
Compression:
Stored size: 307 Bytes
Contents
#!/usr/bin/env ruby.exe 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
18 entries across 18 versions & 2 rubygems