Sha256: 9066ea41bbb8eb0d693454c7b501a02de884b71c1669a6c0265d3b0a74896a47
Contents?: true
Size: 305 Bytes
Versions: 28
Compression:
Stored size: 305 Bytes
Contents
require 'overcommit/hook/shared/npm_install' module Overcommit::Hook::PostMerge # Runs `npm install` when a change is detected in the repository's # dependencies. # # @see {Overcommit::Hook::Shared::NpmInstall} class NpmInstall < Base include Overcommit::Hook::Shared::NpmInstall end end
Version data entries
28 entries across 26 versions & 2 rubygems