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