Sha256: 1f32d78d565c2d1e9bcb3acfff29b9881a5fdcb5f2f5afdb58f317b31ef340c8
Contents?: true
Size: 313 Bytes
Versions: 9
Compression:
Stored size: 313 Bytes
Contents
require 'overcommit/hook/shared/yarn_install' module Overcommit::Hook::PostCheckout # Runs `yarn install` when a change is detected in the repository's # dependencies. # # @see {Overcommit::Hook::Shared::YarnInstall} class YarnInstall < Base include Overcommit::Hook::Shared::YarnInstall end end
Version data entries
9 entries across 7 versions & 2 rubygems