Sha256: f73d9d016716d216e9dd0e9fb05cae0effd2e0a27b64a8f9cf3d6e87e9e7359b

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

#!/usr/bin/env ruby
APP_ROOT = File.expand_path("..", __dir__)
Dir.chdir(APP_ROOT) do
  exec "yarnpkg", *ARGV
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

2 entries across 2 versions & 2 rubygems

Version Path
vite_rb-0.0.1.alpha1 examples/rails-without-webpack/bin/yarn
snowpacker-0.0.4.alpha1 examples/rails-without-webpack/bin/yarn