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

Version Path
candl-0.1.17 spec/dummy/bin/yarn
candl-0.1.16 spec/dummy/bin/yarn
candl-0.1.15 spec/dummy/bin/yarn
candl-0.1.14 spec/dummy/bin/yarn
candl-0.1.13 spec/dummy/bin/yarn
candl-0.1.12 spec/dummy/bin/yarn
candl-0.1.11 spec/dummy/bin/yarn
candl-0.1.10 spec/dummy/bin/yarn
candl-0.1.9 spec/dummy/bin/yarn
candl-0.1.8 spec/dummy/bin/yarn
candl-0.1.7 spec/dummy/bin/yarn
candl-0.1.6 spec/dummy/bin/yarn
candl-0.1.5 spec/dummy/bin/yarn
candl-0.1.4 spec/dummy/bin/yarn
candl-0.1.3 spec/dummy/bin/yarn
candl-0.1.2 spec/dummy/bin/yarn
candl-0.1.0 spec/dummy/bin/yarn
exception_handler-0.8.0.0 spec/dummy/bin/yarn