Sha256: 57bcb631f7da2de3fbc63fb6d8e155d453c70b9bf87b431950e5af6206f8b985
Contents?: true
Size: 310 Bytes
Versions: 9
Compression:
Stored size: 310 Bytes
Contents
require 'overcommit/hook/shared/yarn_install' module Overcommit::Hook::PostMerge # Runs `yarn install` when a change is detected in the repository's # dependencies. # # @see {Overcommit::Hook::Shared::YarnInstall} class YarnInstall < Base include Overcommit::Hook::Shared::YarnInstall end end
Version data entries
9 entries across 7 versions & 2 rubygems