Sha256: 3fc3d457cd1ab3363f76f640322fae14966fd978ffc84bd15292f452a3e1cc87

Contents?: true

Size: 263 Bytes

Versions: 3

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

3 entries across 3 versions & 2 rubygems

Version Path
camaleon_cms-2.7.1 spec/dummy/bin/yarn
camaleon_cms-2.7.0 spec/dummy/bin/yarn
orats-5.2.3 lib/orats/templates/base/bin/yarn