Sha256: 72b999ffd75536552d9ba17c8abd9e4dd3674a888f56f7401f08ad077b7cfa72
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
require 'overcommit/hook/shared/yarn_install' module Overcommit::Hook::PostCommit # 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