Sha256: 6786b54049936eb2f7467f0bb5847b7167a400feeda84d7f53471f30f9288d5a

Contents?: true

Size: 318 Bytes

Versions: 25

Compression:

Stored size: 318 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

APP_ROOT = File.expand_path('..', __dir__)
Dir.chdir(APP_ROOT) do
  begin
    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
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
rails_web_cache-0.7.6 spec/dummy/bin/yarn
rails_web_cache-0.7.5 spec/dummy/bin/yarn
rails_web_cache-0.7.4 spec/dummy/bin/yarn
rails_web_cache-0.7.3 spec/dummy/bin/yarn
rails_web_cache-0.7.2 spec/dummy/bin/yarn
rails_web_cache-0.7.0 spec/dummy/bin/yarn
rails_web_cache-0.6.1 spec/dummy/bin/yarn
rails_web_cache-0.6.0 spec/dummy/bin/yarn
rails_web_cache-0.5.0 spec/dummy/bin/yarn
rails_web_cache-0.4.0 spec/dummy/bin/yarn
rails_web_cache-0.3.0 spec/dummy/bin/yarn
rails_web_cache-0.2.0 spec/dummy/bin/yarn
rails_web_cache-0.1.0 spec/dummy/bin/yarn
stenographer-rails-0.7.4 spec/dummy/bin/yarn
stenographer-rails-0.7.3 spec/dummy/bin/yarn
stenographer-rails-0.7.1 spec/dummy/bin/yarn
stenographer-rails-0.7.0 spec/dummy/bin/yarn
health_check_toolbox-1.0.2 spec/dummy/bin/yarn
health_check_toolbox-1.0.1 spec/dummy/bin/yarn
stenographer-rails-0.6.5 spec/dummy/bin/yarn