Sha256: faf608563d014c315d8ebf0b87375caadcaf83ffecf317d476f348cd29945b55
Contents?: true
Size: 294 Bytes
Versions: 186
Compression:
Stored size: 294 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true 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
186 entries across 186 versions & 8 rubygems