Sha256: c2d96fcef3118280fd02124f01a4000e8cb436a466b97026a049c0bd13b9171b
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
#!/usr/bin/env ruby VENDOR_PATH = File.expand_path("..", __dir__) Dir.chdir(VENDOR_PATH) do exec "yarnpkg #{ARGV.join(" ")}" 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 & 1 rubygems
Version | Path |
---|---|
nulogy_message_bus_producer-4.0.0.alpha | spec/dummy/bin/yarn |
nulogy_message_bus_producer-3.4.1 | spec/dummy/bin/yarn |
nulogy_message_bus_producer-3.4.0 | spec/dummy/bin/yarn |