Sha256: 48a5e0fe886307e49a740ed4bf4f2ebd16232dc8a67292436dd420888a7ffc2c
Contents?: true
Size: 335 Bytes
Versions: 30
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true 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
30 entries across 30 versions & 2 rubygems