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