Sha256: 13277c1d106a5a8e2d0ba8748cc51b2563fc178049dd65a7a87b2a21370aee71
Contents?: true
Size: 276 Bytes
Versions: 12
Compression:
Stored size: 276 Bytes
Contents
#!/usr/bin/env ruby APP_ROOT = File.expand_path('..', __dir__) Dir.chdir(APP_ROOT) do exec "yarn", *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
Version data entries
12 entries across 12 versions & 1 rubygems