Sha256: 9e66cf73bef63d0e7e5f281676b18b1e38b0c014f56051c8c58bf69d8b316fdd
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
#!/usr/bin/env ruby VENDOR_PATH = File.expand_path('..', __dir__) Dir.chdir(VENDOR_PATH) do begin # TODO check for PATCH_(BEGIN|END) markers within KEEP_FILES_(BEGIN|END) exec "yarnpkg #{ARGV.join(" ")} && bin/yarn_after" 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ext_yarn-0.6.0 | bin/yarn |
ext_yarn-0.5.0 | bin/yarn |
ext_yarn-0.4.0 | bin/yarn |
ext_yarn-0.3.1 | bin/yarn |
ext_yarn-0.3.0 | bin/yarn |
ext_yarn-0.2.0 | bin/yarn |