Sha256: 84d5b079a53f2c2f92c5e443db51cc222db58457956ab8d612eac001948884b7

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

namespace :webpacker do
  desc "Support for older Rails versions. Install all JavaScript dependencies as specified via Yarn"
  task :yarn_install do
    system "yarn install --no-progress --frozen-lockfile --production"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webpacker-4.0.0.pre.3 lib/tasks/webpacker/yarn_install.rake
webpacker-4.0.0.pre.pre.2 lib/tasks/webpacker/yarn_install.rake
webpacker-4.0.0.pre.pre.1 lib/tasks/webpacker/yarn_install.rake