Sha256: af267525060eef8ba1aeaddb919e2e4f637b6cb84953a9ce7fa077219a00a775
Contents?: true
Size: 306 Bytes
Versions: 28
Compression:
Stored size: 306 Bytes
Contents
require 'overcommit/hook/shared/npm_install' module Overcommit::Hook::PostCommit # 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