Sha256: 821bda40f5ab0b97003891eb60af79d3b30d686e441a21378c4d45f98c3493d2
Contents?: true
Size: 312 Bytes
Versions: 9
Compression:
Stored size: 312 Bytes
Contents
require 'overcommit/hook/shared/yarn_install' module Overcommit::Hook::PostRewrite # 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